what does batchUpdate does?
Answers were Sorted based on User's Feedback
Answer / vishnu
Ma
Make all queries as batch and by using this command we can
execute all queries at a time
| Is This Answer Correct ? | 6 Yes | 0 No |
batch update calls to database as chunk(group),
if you want to run more then one sql statement in a single
database call then you have to go for it
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mraghuhere
This batchUpdate() is a method to Update the batch of records in the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mayilvahanan
Batch update is the collection of queries run at a time
| Is This Answer Correct ? | 0 Yes | 1 No |
What is getconnection method in java?
How we say that PreparedStatment is Precompiled? where it will be compiled?
What is jdbc odbc?
How to store images in database?
What is the purpose of the jdbc resultset interface?
Difference between servlet and applet method?
What do you understand by jdbc statements?
What are the steps involved in establishing a connection using jdbc in java?
How are jdbc statements used?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
Explain about column name and getter method?
How will you perform truncation using JDBC?