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 are the exceptions in jdbc?
What does executeupdate return in jdbc?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is @entity in java?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
password, is stored in as plain text. What can I do to protect my passwords?
What is JDBC RowSet? What are different types of RowSet?
What happens if connection is not closed in jdbc?
Can I use JDBC to execute non-standard features that my DBMS provides?
Give an example for getXXX method?
Is odbc an api?
How data can be inserted into long row column of database?
Name the method, which is used to prepare a callablestatement.
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is odbc. how is it related to sql cli?