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 are the exceptions in jdbc?

0 Answers  


i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?

8 Answers   HSBC,


How can we set null value in jdbc preparedstatement?

0 Answers  


What is createstatement method in java?

0 Answers  


can we define indexes on a foreign key? Explain pros and cons?

1 Answers  






What is odbc jdbc?

0 Answers  


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


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

0 Answers  


What are the measures to connect to the db using jdbc?

0 Answers  


What are the steps to connect to the database in java?

0 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


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

0 Answers  


Categories