MySQL Forums
Forum List  »  Stored Procedures

Re: Passing values between stored procedures
Posted by: Per-Erik Martin
Date: October 05, 2005 04:47AM

You are confusing user variables ("global"), which are prefixed with @, with local variables in the procedure. @Price is not the same as Price in the procedure.
Also, Qty1 and Qty2 are not declared.

pem, Senior Software Dev., MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Passing values between stored procedures
2233
October 05, 2005 04:47AM


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.