transaction « db2 « Java Database Q&A





1. Is there a limit to DB2 JDBC transaction size?    stackoverflow.com

I need to insert a large number of rows (up to 100,000) into 6 different DB2 tables. I am using Java JDBC to do it. I would like to ...