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

Reply via email to