MySQL Forums
Forum List  »  Stored Procedures

Re: Passing values between stored procedures
Posted by: Guy Harrison
Date: October 05, 2005 03:33AM

I think you meant to type:

Select @price, qty

but instead you typed:

Select price,qty

procedure1 places the value of the OUT parameter into "@price", not "price", right?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Passing values between stored procedures
2342
October 05, 2005 03:33AM


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.