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 jdbc template?

0 Answers  


Explain different types of locks in jdbc?

0 Answers  


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

0 Answers  


What is statement and preparedstatement in java?

0 Answers  


What are static and dynamic queries?

1 Answers  






How to insert an image or raw data into database?

0 Answers  


How vendor Naming registry supports JNDI?

0 Answers  


What is metadata in jdbc?

0 Answers  


What is JDBC Driver interface?

0 Answers  


How many jdbc driver types are there?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


Categories