Re: Multiple statements via ODBC

2001-07-18 Thread Venu Anuganti
npiok lgg Thank you Venu Anuganti - Original Message - From: "Jon Jenkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 7:33 PM Subject: Multiple statements via ODBC > I'm having problems getting multiple statements that need

Multiple statements via ODBC

2001-07-18 Thread Jon Jenkins
I'm having problems getting multiple statements that need to be executed as one thread (for user variables) through via the ODBC interface (Syntax Error near ";SELECT" on line 1) . This works directly from mysql but not through other tools (they don't seem to accept the `;' to end one statement as