Hi Jamie , thanks for ur suggision.
I am using Oracle,OCI8 Driver and my table have 60 colomns(max fields are varchar type).
Can u suggist how we can do batch updation.
Thanking u
Suresh Kumar
Originally posted by Jamie Robertson:
what database/jdbc driver combination are you using?
some huge performance gains can be made using PreparedStatements instead of Statements and Batch updating can also vastly improve performance if utilized correctly.
Jamie