yes it is true, you have to check if the constant CLIENT_MULTI_STATEMENT is
set or not.
basically this constant has for value 65536.

HTH
Alain

On 4/25/06, Juri Shimon <[EMAIL PROTECTED]> wrote:
>
> 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