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 |
Explain different types of locks in jdbc?
What is Type-4 Driver and when this driver is used?
If iam using JDBC API, do I also have to use ODBC?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What is jdbc and its types?
What is the function of drivermanager class?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What are temp tables ?
How do I find whether a parameter exists in the request object?
What is getconnection method in java?