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

What is jdbc and jpa?

0 Answers  


What is drivermanager in java?

0 Answers  


What is Type-1 Driver and when this driver is used?

3 Answers  


How do I find whether a parameter exists in the request object?

0 Answers  


What are the different types of JDBC drivers?

0 Answers  






What is benefit of using preparedstatement in java?

0 Answers  


How can you retrieve data from the resultset using jdbc?

0 Answers  


What do you mean by database connection pooling?

0 Answers  


What is connection pooling and why it is used?

0 Answers  


What are the different types of drivers under jdbc?

0 Answers  


How many rowset are available in jdbc?

0 Answers  


What is odbc and jdbc?

0 Answers  


Categories