| Author |
Santanu
|
San De
Greenhorn
Joined: Sep 14, 2008
Posts: 1
|
|
|
I need to insert multiple row into a table by using a stored procedure.I set the input parameter for this SP inside a foor loop and execut this SP. but I think its very costly. because inside a for loop every time i am calling sp.execute. suggest me the most efficient way to insert multiple records inside a table.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
I don't understand how the subject relates to your post. The most efficient way to do multiple updates is to use JDBC batch updates. This reduces the number of database roundtrips. Since this is about JDBC, I'll move it to our JDBC forum for you.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Santanu
|
|
|