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 |
Where is ojdbc14 jar located?
What is connection pooling? What Method and class used for Connection pooling in Java?
Does jdbc use odbc?
How MS-Access DB can be accessed over a network, using JDBC API?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Is jdbc secure?
What are the advantages of using preparedstatement over statement?
Can resultset be null in java?
Explain the various types of locking system in jdbc?
What is jdbc stand for?
Different statements in JDBC?