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 the equivalent method for precompiled SQL Statement in JDBC?
Explain the necessary steps to connect to the database in java?
What is jdbc odbc driver?
What are the factors that the jdbc driver performance depends upon?
Why “no suitable driver” error occurs?
What is jdbc in dbms?
What is jdbc architecture?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Is jdbc part of j2ee?
Why is odbc needed?
Where can I find info, frameworks and example source for writing a JDBC driver?
What are restrictions on triggers?