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
What are types of jdbc drivers?
What happens if connection is not closed in jdbc?
Which is faster jdbc or odbc?
What are the conditions applies to varchar variable, when using in procedures?
What does setautocommit do?
Is jdbctemplate thread safe?
What is transaction processing in jdbc?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is connection pooling and why it is used?
What is a jdbc connection string?
What is @entity in java?
What is statement and preparedstatement in java?
What is isolation level? How to set it?
How can we set null value in jdbc preparedstatement?
Does JDBC support stored procedures?