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 is ojdbc14 jar?
How can we disable a constraint ?
What is jdbc in java?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How do I insert/update records with some of the columns having NULL value?
How do I start debugging problems related to the JDBC API?
Which jdbc drivers will run your program?
Why do I have to reaccess the database for Array, Blob, and Clob data?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What are the functions of the jdbc connection interface?
Is jdbc database independent?
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