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 isolation level? How to set it?
What is the use of jdbc api?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
what is rowset?
What is odbc and jdbc drivers?
what are the types of result sets in JDBC 3.0 ?
What are the different types of statements? How we can you use preparedstatement.
How to handle when the database crashes while reading the data from the database?
How to rollback a JDBC transaction?
How to use JDBC API to call Stored Procedures?
Why do we need jdbc?
Where is jdbc used?