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
What are the three basic components of the odbc architecture?
Explain creation of statement object with connection method create method with help of an example.
How we store procedure in oralce for callable statements in jdbc
How do I load a database driver with JDBC 4.0 / Java 6?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Where can I find info, frameworks and example source for writing a JDBC driver?
What does setautocommit do?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
password, is stored in as plain text. What can I do to protect my passwords?
Why do we use jdbc statements?
Explain the role of driver in jdbc.
What is a lock in jdbc?
What do you understand by jdbc statements?
How to get the Database server details in java program?
How can I get information about foreign keys used in a table?