MySQL Forums
Forum List  »  Stored Procedures

stored procedure return values
Posted by: dan bloch
Date: March 20, 2006 11:35AM

the calling php and sp code is being built up one variable at a time and when i added the first INOUT parameter, 'orderStatusFail' it stopped working. I am new to mysql and stored procedures the INOUT parameter is a problem for me now. how do you get an inout to work properly and how do you return an INOUT stored procedure parameter to the calling php code?

does anyone have a code example of php calling a stored procedure, the stored procedure, and php receiving the return value.

thank you in advance

dan bloch

Options: ReplyQuote


Subject
Views
Written By
Posted
stored procedure return values
15733
March 20, 2006 11:35AM
4547
March 21, 2006 12:24PM
3059
March 22, 2006 09:53AM
6078
March 22, 2006 03:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.