MySQL Forums
Forum List  »  Stored Procedures

Re: Error: "Procedure X can't return a result set in the given context"
Posted by: paolol
Date: October 14, 2005 09:01AM

hi I have the same problem,
the proc is very simple :

Begin
select
*
from
'elord';
End

this proc is named test and have no parameters, If I run from the command line it works fine ( but return an error after the result set.
From the ODBC give the error in the trade :(
Thanks,
Paolol

Options: ReplyQuote




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.