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 does the connection object represents?
How to create Connection interface object because it is Interface , Interface is not instansiated?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is the difference between execute, executeQuery, executeUpdate?
Can I get a null resultset?
What does executeupdate return in java?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is a Connection?
Does jdbc require oracle client?
How to rollback a JDBC transaction?
Describe odbc?
What is execute(), executeUpdate() and executeQuery() methods?