Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?
Answer Posted / rds
Yes. However theoritically the answer is "NO". Per
Connection there is only one Statement object is allowed.
However, i have tried using 2 statement, i did not find any
exception thorwn, in JDK 1.4(I am using).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why should we close database connections in java?
What is jdbc connection interface?
How many categories of jdbc drivers are there?
What is addbatch jdbc?
What are temp tables ?
What is JDBC RowSet? What are different types of RowSet?
What is jdbc vs odbc?
How many types of JDBC Drivers are present and what are they?
java based application for hospital management
Explain the various types of locking system in jdbc?
What is ojdbc?
What does executequery return in java?
What are the steps required to execute a query in jdbc?
What does the jdbc databasemetadata interface?
Define preparedstatement.