MySQL Forums
Forum List  »  Stored Procedures

Re: Problem with stored procedure
Posted by: Roland Bouman
Date: December 15, 2005 04:35PM

Hi,

(you should post an example of your procedure call)

What happens when you do:

call test(@var);

select @var;

?

I got this error too when I called the proc using a literal (which is of course a mistake, mysql cannot assign the value to a literal).



Edited 2 time(s). Last edit at 12/15/2005 04:36PM by Roland Bouman.

Options: ReplyQuote


Subject
Views
Written By
Posted
2181
December 15, 2005 03:50PM
Re: Problem with stored procedure
1405
December 15, 2005 04:35PM
1328
December 16, 2005 05:05PM
1349
December 16, 2005 05:14PM


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.