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

Compare jdbc and odbc and how is jdbc required in this context.

0 Answers  


What is setautocommit in jdbc?

0 Answers  


Explain about the drive manager class working?

0 Answers  


Does sql allow null values ?

0 Answers  


How to get the data from a table into a buffer?

2 Answers  






Is jdbctemplate thread safe?

0 Answers  


What are the benefits of PreparedStatement over Statement?

0 Answers  


What is layer in communication?

0 Answers  


What is jsp and jdbc?

0 Answers  


Why did my jdbc code throw a rollback sqlexception?

0 Answers  


I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


Categories