Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is the JDBC-ODBC Bridge multi-threaded?

Answers were Sorted based on User's Feedback



Is the JDBC-ODBC Bridge multi-threaded?..

Answer / gopi

yes, JDBC2.0 supports multi-threaded,

Is This Answer Correct ?    9 Yes 0 No

Is the JDBC-ODBC Bridge multi-threaded?..

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

Post New Answer

More JDBC Interview Questions

What is ojdbc14 jar?

0 Answers  


How can we disable a constraint ?

0 Answers  


What is jdbc in java?

0 Answers  


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

0 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  


How do I start debugging problems related to the JDBC API?

0 Answers  


Which jdbc drivers will run your program?

0 Answers  


Why do I have to reaccess the database for Array, Blob, and Clob data?

0 Answers  


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 ?

0 Answers  


What are the functions of the jdbc connection interface?

0 Answers  


Is jdbc database independent?

0 Answers  


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

2 Answers   Wipro,


Categories