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

Which Driver is preferable for using JDBC API in Applets?

2 Answers  


What are the different types of statements? How we can you use preparedstatement.

0 Answers  


List some new features available in jdbc 4.0?

0 Answers  


Explain how to make updates to the updatable resultsets.

0 Answers  


What is a jdbc connection?

0 Answers  






What does the jdbc resultset interface?

0 Answers  


What is a jdbctemplate?

0 Answers  


How can we maintain the integrity of a database by using jdbc?

0 Answers  


what are the Different types of exceptions in JDBC?

1 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 the difference between Minus, and Intersect?

1 Answers  


What is setautocommit in jdbc?

0 Answers  


Categories