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 connection?
What are the basic exceptions in jdbc?
Name different methods for getting streams.
Discuss the significances of jdbc.
What are the steps to connect to a database in java?
Explain about DSN?
What is JDBC PreparedStatement?
What is batch processing and how to perform batch processing in jdbc?
What is connection commit?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is setautocommit in jdbc?
How to check jdbc driver version in sql server?
Explain the necessary steps to connect to the database in java?
What is jsp and jdbc?
What are four types of JDBC driver?