Is the JDBC-ODBC Bridge multi-threaded?
Answers were Sorted based on User's Feedback
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 |
What are the advantages of collection pools?
What is JDBC PreparedStatement?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
can we create a own jdbc driver? how can we create?
What does the jdbc connection interface?
How to find that, a row is updated or not?
What are the different types of lockings in jdbc?
What are jdbc?
What are the different types of drivers under jdbc?
What is data source in java?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is the purpose of jdbc?