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 does the method Class.forName returns?

4 Answers   Siemens, TCS,


How to find the column count in resultset?

1 Answers   Wipro,


What is jdbc oracle thin?

0 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What does executeupdate return in jdbc?

0 Answers  






In which ways is driver class is registered with drive manager?

0 Answers  


What happens if we don't close the connection in jdbc?

0 Answers  


java based application for hospital management

0 Answers  


What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


what is the current version of JDBC? and explain its features?

3 Answers  


What port does jdbc use?

0 Answers  


What is JDBC Batch Processing and what are it’s benefits?

0 Answers  


Categories