14 messages in com.mysql.lists.javaRE: Multiple Sqls
FromSent OnAttachments
Tejaswi Redkar03 Jul 2003 02:32 
Christopher Taylor03 Jul 2003 02:33 
Tejaswi Redkar03 Jul 2003 02:53 
Mark Matthews03 Jul 2003 05:40 
Tejaswi Redkar03 Jul 2003 09:13 
Mark Matthews03 Jul 2003 09:29 
Victor Pendleton03 Jul 2003 10:54 
Mark Matthews03 Jul 2003 11:02 
Tejaswi Redkar03 Jul 2003 11:46 
Mark Matthews03 Jul 2003 12:04 
Lukas Bradley04 Jul 2003 13:13 
Tejaswi Redkar08 Jul 2003 19:43 
Tejaswi Redkar09 Jul 2003 07:49 
Lukas Bradley09 Jul 2003 10:12 
Subject:RE: Multiple Sqls
From:Tejaswi Redkar (te@metrysoft.com)
Date:07/03/2003 02:53:16 AM
List:com.mysql.lists.java

I was interested in SELECT rather than INSERT and UPDATE batches.

Isn't that what addBatch ( String sql ) is for?

Hi!

When will the JDBC Driver support multiple Sql Statements in a single execute command ?

e.g. stmt.execute("SELECT name FROM People;SELECT Pay FROM Payroll");

MySql 4.1 supports this feature as per the gurus.

Tejaswi