How to execute bulk number of queries at once?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is Apache DBCP API?
How to connect multiple database in jdbc?
What are the components of jdbc?
What are the advantages of using preparedstatement in java?
What is executequery in java?
Explain creation of statement object with connection method create method with help of an example.
What are the 4 types of jdbc drivers?
How can you make a connection?
how we can remove hard code in java?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is an advantage of using the jdbc connection pool?
What is jdbc driver in java?