Sunday, October 17, 2010

How to fix PROCEDURE can't return a result set in the given context

CLIENT_MULTI_RESULTS enables the client program to process multiple results. This option must be enabled if you execute CALL statements for stored procedures that produce result sets. Otherwise, such procedures result in an error Error 1312 (0A000): PROCEDURE proc_name can't return a result set in the given context.

http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries.html

No comments:

Post a Comment