Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?

Answers were Sorted based on User's Feedback



Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

Answer / alladi sudhir

No JDBC-ODBC Bridge Driver supports only one Statement at
a time.

Is This Answer Correct ?    4 Yes 1 No

Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

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

Post New Answer

More JDBC Interview Questions

What is encrypted connection?

0 Answers  


How many jdbc driver types are there?

0 Answers  


What is the function of setautocommit?

0 Answers  


what is rowset?

3 Answers   Marlabs,


What are the jdbc drivers in java?

0 Answers  


What are the different types of statements in jdbc?

0 Answers  


What are different types of JDBC Drivers?

0 Answers  


Briefly tell about the jdbc architecture.

0 Answers  


Why is jdbc needed?

0 Answers  


What is jdbc and why is it required?

0 Answers  


How to get the Database server details in java program?

0 Answers  


What is a java driver?

0 Answers  


Categories