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

r u used any design patterns in your project?

3 Answers   Wipro,


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


What are the steps involved in establishing a connection using jdbc in java?

0 Answers  


what are the Different types of exceptions in JDBC?

1 Answers  


Explain the different ways to register a driver?

2 Answers  






What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

0 Answers  


How does jdbc driver work?

0 Answers  


Is jdbc and orm?

0 Answers  


How to check jdbc connection in java?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


What does the jdbc resultsetmetadata interface?

0 Answers  


How many types of JDBC Drivers are present and what are they?

0 Answers  


Categories