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 mysql_query?

Thanks in advance for your help,
Anna Winkler
[EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to