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...


Are there any ODBC drivers that do not work with the JDBC-
ODBC Bridge?

Answers were Sorted based on User's Feedback



Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?..

Answer / sridhar

Pure java driver(Type 4 driver) will work directly to
database with out JDBC-ODBC Bridge.

Is This Answer Correct ?    1 Yes 0 No

Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?..

Answer / amit

Most ODBC 2.0 drivers should work with the Bridge. Since
there is some variation in functionality between ODBC
drivers, the functionality of the bridge may be affected.
The bridge works with popular PC databases, such as
Microsoft Access and FoxPro.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


What are common JDBC Exceptions?

0 Answers  


What is JDBC PreparedStatement?

0 Answers  


What is createstatement method in java?

0 Answers  


What is jdbc architecture in java?

0 Answers  


How can you create jdbc statements?

0 Answers  


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What is difference between jdbc and odbc?

0 Answers  


What is correlated subquery?

0 Answers   emc2, JK Technosoft,


What is jdbc resultsetmetadata interface?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


Categories