Question
PHP / MySQL / Stored Procedures
I'm trying to call a stored procedure on my site which uses
php / mySQL 5.x. I've got the procedure working in the database so
that when I call it from within a MySQL client it executes and
returns the results I need, but Dreamweaver doesn't even "see" the
stored procedure.
By this I mean If I use the recordset wizard, go to advanced, select the relevant database and then expand the Stored Procedures tab none are listed.
Searching through Adobe help, it lists nothing about Stored Procedures with PHP/MySQL apart from that MySQL doesn't support them. The later versions of MySQL do support Stored Procedures, but has anyone got them working with Dreamweaver? If so how!??!!
Any help much appreciated.
By this I mean If I use the recordset wizard, go to advanced, select the relevant database and then expand the Stored Procedures tab none are listed.
Searching through Adobe help, it lists nothing about Stored Procedures with PHP/MySQL apart from that MySQL doesn't support them. The later versions of MySQL do support Stored Procedures, but has anyone got them working with Dreamweaver? If so how!??!!
Any help much appreciated.
