On 06/16/2011 11:38 AM, Lothar Krenzien wrote:
But shouldn't it works with JDBC too ?


Perhaps you are looking for the "batch" facility of JDBC, as in the
addBatch/executeBatch methods on java.sql.Statement:

http://download.oracle.com/javase/1.4.2/docs/api/java/sql/Statement.html#executeBatch()

thanks,

bryan

Reply via email to