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

Why do you use a data source object for a connection?

0 Answers  


What are the differences between stored procedure and functions?

0 Answers  


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


What are JDBC statements?

2 Answers  






what are the drawbacks of JDBC? explain briefly?

5 Answers  


How can you make a connection?

0 Answers  


What driver should I use for scalable Oracle JDBC applications?

0 Answers  


What are the different classes through which JDBC represents statements?

0 Answers  


What does the connection object represents?

0 Answers  


What are database warnings in jdbc and how can we handle database warnings in jdbc?

0 Answers  


Is jdbc faster than odbc?

0 Answers  


Categories