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 resultsetmetadata?
When you will get error like ?No suitable driver??
How are jdbc statements used?
How to execute bulk number of queries at once?
please tell me the name and url path for type-4 driver ?
Explain about multiple implementations and drive manager?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
How can you retrieve data from the resultset using jdbc?
Explain the sequence of steps to connect to the database?
How can I write to the log used by DriverManager and JDBC drivers?
What is jdbc odbc?
What are collection pools?