MySQL - Stored procedure with multiple result sets -
Using two selected statements in a stored procedure but it is returning only to the single selection statement table, both tables How do I get records to set me suggest?
Ensure that you are using the extension in php to be able to get multiple results Resources from stored procedures - The standard PHP MySQL interface does not support it.
Now from the start of the offline, it seems like a very good introduction to the class:
The first thing to do is, do not treat those stored procedures as calls to you You should do general SQL queries, which come back as a result. The reason for this is that, when executed, a stored procedure gives you two results, one with the actual result and another that sends the status of the stored procedure (OK / ERR).
Comments
Post a Comment