Are there any ODBC drivers that do not work with the JDBC-
ODBC Bridge?
Answers were Sorted based on User's Feedback
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 |
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 |
What is jdbc and jpa?
What is drivermanager in java?
What is Type-1 Driver and when this driver is used?
How do I find whether a parameter exists in the request object?
What are the different types of JDBC drivers?
What is benefit of using preparedstatement in java?
How can you retrieve data from the resultset using jdbc?
What do you mean by database connection pooling?
What is connection pooling and why it is used?
What are the different types of drivers under jdbc?
How many rowset are available in jdbc?
What is odbc and jdbc?