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
How a database driver can be loaded with jdbc 4.0 / java 6?
What is hbm xml?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is the limitation of PreparedStatement and how to overcome it?
What do you mean by metadata and why we are using it?
What are the jdbc api components?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are common JDBC Exceptions?
What is an advantage of using the jdbc connection pool?
What are the common jdbc exceptions?
What causes the "No suitable driver" error?
What is JDBC Driver interface?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
Differentiate between a statement and a preparedstatement.