Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Mysql 5 stored procs and DW CS4 ?

Guest
Mar 17, 2009 Mar 17, 2009
Is DW CS4 able to work with stored procedures in MySQL 5 ? Everything I read seems to indicate that it can't. Is there a workaround way to call them without using DW ?

Can I also use the php_mysqli.dll with the enhanced features with DW CS4 ?

Thanks so much !!
TOPICS
Server side applications
587
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 17, 2009 Mar 17, 2009
10191 wrote:
> Is DW CS4 able to work with stored procedures in MySQL 5 ?

Only if you hand code the SQL.

> Can I also use the php_mysqli.dll with the enhanced features with DW CS4 ?

Dreamweaver server behaviors don't support MySQLi. However, code hints
do if you're willing to hand code everything.

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 17, 2009 Mar 17, 2009
wow, this is extremely disappointing, by the way David, you write kick ass books !

Thank you for the reply. I guess I have to go with netbeans or eclipse. I'm really frustrated to see that Dreamweaver is so crippled. Even the SVN support is old. For what they charge, this is embarrassing.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 19, 2009 Mar 19, 2009
If I code everything by hand I'm basically throwing away all the database wizards and server behaviours right? this is not cool. When will they support php_mysqli.dll ? This is a very expensive app to be so woefully out of date.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 19, 2009 Mar 19, 2009
LATEST
10191 wrote:
> When will they
> support php_mysqli.dll ? This is a very expensive app to be so woefully out
> of date.

This is a user-to-user forum, so no one here can tell you what Adobe's
future plans might be. Submit a feature request to Adobe through the
official form:

http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines