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 is odbc. how is it related to sql cli?
What is connection pooling and why it is used?
What happens if we don't close the connection in jdbc?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
How many ways can you update a result set?
How can you sort dates?
How many types of jdbc drivers are there?
What is executeupdate in java?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
Is jdbc secure?
How MS-Access DB can be accessed over a network, using JDBC API?
What is sqlwarning and discuss the procedure of retrieving warnings?