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 do you mean by metadata and why we are using it?
What are cursor attributes?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
What does jdbc stand for?
callable is interface or class ?
signature of init method?
Is jdbc open source?
How can we store and retrieve images from the database?
What is java soft framework?
What is jdbc thin client?
What is resultsetmetadata?