How to execute bulk number of queries at once?
Answer Posted / guest
through batch update.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the three basic components of the odbc architecture?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What do you mean by batch processing in jdbc?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Why prepared statements are faster?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How to check jdbc connection in java?
What is the return type of class.forname() method?
What is the use of JDBC DriverManager class?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How do I find ojdbc jar version?
What is JDBC ResultSet?
Differentiate between a statement and a preparedstatement.
What is the most common example type 1 driver?
What are the flow statements of jdbc?