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 |
Can we use the one instance of Statment to execute more than one query ?
How to insert an image or raw data into database?
What is connection commit?
What are the different types of statements?
Result set’s index starts with 0 or 1?
How many ways can you update a result set?
What class.forname will do while loading drivers of jdbc?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
Why do we use jdbc statements?
What is the meaning of batch updates?
Name the method, which is used to prepare a callablestatement.
Which type of driver is unique in jdbc?