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 does batchUpdate does?
What is 2-tier and 3-tier architecture?
Why would you use setautocommit(false) in jdbc?
How can I get information about foreign keys used in a table?
What do you mean by metadata and why we are using it?
What are clob and blob data types in jdbc?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Which is better odbc or jdbc?
How can a java objects be stored in database?
What are the advantages of using preparedstatement over statement?
What is jdbc architecture in java?
What is Type-1 Driver and when this driver is used?