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
What is jdbc odbc in java?
Is jdbc database independent?
How to move the cursor in scrollable resultset ?
Why is odbc needed?
What is layer in communication?
What is java soft framework?
What is com mysql jdbc driver?
What is type 4 jdbc driver?
Explain about column name and getter method?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Does JDBC support stored procedures?
Is jdbc and orm?
Explain the locking system in jdbc & its types?
How many jdbc driver types are there?
What does connection pooling mean ?