Hello Juri,

Tuesday, April 25, 2006, 5:49:25 PM, you wrote:

JS> mysql=mysql_init(NULL);
JS> mysql_real_connect(mysql, NULL, "User", "pwd", "test", MYSQL_PORT, NULL, 0);
JS> mysql_query(mysql, "call test()"); 

JS> results to error: "PROCEDURE test.test can't return a result set in the 
given context"

JS> What's wrong?

I've solved it: CLIENT_MULTI_STATEMENTS.

Thanks to All!
-- 
Best regards,
 Juri                            mailto:[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to