Answer Posted / amit singh
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 |
Post New Answer View All Answers
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What are the measures to connect to the db using jdbc?
What is getconnection method in java?
What are the advantages of using preparedstatement over statement?
What is use of connection pooling?
How can we move the cursor in a scrollable result set?
What are the considerations for deciding on transaction boundaries?
How many categories of jdbc drivers are there?
Which interface handles transaction management in jdbc?
How can you use preparedstatement in jdbc?
How to set NULL values in JDBC PreparedStatement?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Why we use while rs next ())?
How do I check in my code whether a maximum limit of database connections have been reached?
Why isn't the java.sql.DriverManager class being found?