Re: How to get result set from stored procedure?

2006-04-26 Thread Alain Roger
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); > J

dump stored procedure

2006-05-22 Thread Alain Roger
Hi, I would like to make a dump of my database. however, i have some stored procedure and they are not exported to the *.txt file i've created via mysqldump. So, how can i dump stored procedure ? thanks a lot, Alain