Is the JDBC-ODBC Bridge multi-threaded?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ojdbc?

522


Name the method, which is used to prepare a callablestatement.

498


What is jdbc class forname?

481


password, is stored in as plain text. What can I do to protect my passwords?

511


What are the main steps in java to make JDBC connectivity?

565






What does the jdbc databasemetadata interface?

515


How can we move the cursor in a scrollable result set?

541


What is addbatch jdbc?

529


What do you mean by two phase commits?

557


Which database is used for java?

520


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

608


How does a file store compare with a jdbc store?

627


What do you mean by database connection pooling?

508


What are the factors that the jdbc driver performance depends upon?

515


What is the role of class.forname while loading drivers?

559