Re: MySQL, stored procedures, SIGNAL/RESIGNAL
Marco Baumgartl <[email protected]>
| Newsgroups | gmane.comp.php.database |
|---|---|
| Message-ID | <[email protected]> |
Just for the archive: problem was caused because the query returned multiple result sets (which is not supported by PDO). If the stored procedures only return one result set, everything works fine. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php