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 |
How can you know about drivers and database information ?
What are the different types of modifiers?
What do you understand by jdbc datasource?
If iam using JDBC API, do I also have to use ODBC?
How can I create a custom RowSetMetaData object from scratch?
What is jdbc and its types?
How to move the cursor in scrollable resultset ?
Where can I find ojdbc14 jar file?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Result set’s index starts with 0 or 1?
What is a jdbc connection string?
What do you mean by two phase commits?