How to execute bulk number of queries at once?
Answer Posted / salil kumar
To execute bulk number of queries at once genally we are
using store procedure i.e. CallableStatement. Through store
procedure we can execute bulk number of queries at once to
the differnt-differnt table also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is jdbc odbc in java?
Where can I find ojdbc14 jar file?
How to retrieve warnings in jdbc?
What is the use of dialect?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
State the three different ways in which you can create a table?
What are the jdbc statements?
What is jdbc connection class?
What is namedparameterjdbctemplate?
What do you mean by odbc?
What are the benefits of PreparedStatement over Statement?
What does adapter class provide?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Differentiate between a statement and a preparedstatement.
What is addbatch jdbc?