Re: How to send multiple SQL statements using C API mysql_query?

2001-11-22 Thread Gordon Burditt
I would like to send multiple SQL statements using the C API mysql_query. I have a large string with 20 SQL statements. When I call mysql_query with that string, only the first one is processed. Is there a way to do what I'm doing without separating the statements into individual calls

How to send multiple SQL statements using C API mysql_query?

2001-11-20 Thread Anna Winkler
Hi, I would like to send multiple SQL statements using the C API mysql_query. I have a large string with 20 SQL statements. When I call mysql_query with that string, only the first one is processed. Is there a way to do what I'm doing without separating the statements into individual calls to

Re: How to send multiple SQL statements using C API mysql_query?

2001-11-20 Thread Attila Beno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, On Tue, 20 Nov 2001, Anna Winkler wrote: I would like to send multiple SQL statements using the C API mysql_query. I have a large string with 20 SQL statements. When I call mysql_query with that string, only the first one is processed.