Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?
Answers were Sorted based on User's Feedback
Answer / alladi sudhir
No JDBC-ODBC Bridge Driver supports only one Statement at
a time.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What are the different types of modifiers?
What is jdbc driver in java?
How is database middleware used to access legacy databases?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is the full form of jdbc?
Why “no suitable driver” error occurs?
Why did my jdbc code throw a rollback sqlexception?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is jdbc driver?
is java pure object oriented or not ?
What are different types of ResultSet?