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
How can we store the file in the oracle database?
What is JDBC Statement?
What is the fastest type of JDBC driver?
How can we retrieve the file in the oracle database?
please tell me the name and url path for type-4 driver ?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How can you retrieve data from the resultset using jdbc?
What are devices?
Why “no suitable driver” error occurs?
If I use the JDBC API, do I have to use ODBC underneath?
Which type of JDBC driver is the fastest one?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are the different types of classes in the api component?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How many jdbc driver types are there?