MySQL Forums
Forum List  »  Stored Procedures

Re: Error: "Procedure X can't return a result set in the given context"
Posted by: Randy Cassidy
Date: October 24, 2005 01:59PM

After reading a bit farther, I found a message from Per-Erik Martin that solved my problem.
Adding the CLIENT_MULTI_STATEMENTS flag to my call to mysql_real_connect() fixes the problem.
Maybe this will also help some of you.
Thanks!

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.