Is the JDBC-ODBC Bridge multi-threaded?

Answers were Sorted based on User's Feedback



Is the JDBC-ODBC Bridge multi-threaded?..

Answer / gopi

yes, JDBC2.0 supports multi-threaded,

Is This Answer Correct ?    9 Yes 0 No

Is the JDBC-ODBC Bridge multi-threaded?..

Answer / shweta

No. The JDBC-ODBC Bridge does not support concurrent access
from different threads. The JDBC-ODBC Bridge uses
synchronized methods to serialize all of the calls that it
makes to ODBC. Multi-threaded Java programs may use the
Bridge, but they won?t get the advantages of multi-threading.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More JDBC Interview Questions

What is odbc. how is it related to sql cli?

0 Answers  


What are the exceptions in jdbc?

0 Answers  


How we can you use preparedstatement.

0 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


What is jdbc odbc?

0 Answers  






What is JDBC Transaction Management and why do we need it?

0 Answers  


What is meant by connection string?

0 Answers  


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


How can we store the file in the oracle database?

0 Answers  


What is a PreparedStatement?

3 Answers   Infosys,


What is the return type of execute, executequery and executeupdate?

0 Answers  


What are jdbc?

0 Answers  


Categories