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 |
Why would you use setautocommit(false) in jdbc?
How can you know about drivers and database information ?
What are the higher level apis under development on top of jdbc currently?
Prepared statements are faster. Why?
What is statement and preparedstatement in java?
How do I insert an image file (or other raw data) into a database?
what is metadata and it's use?
Explain the necessary steps to connect to the database in java?
Where is ojdbc14 jar located?
What is the use of dialect?
Give an example for getXXX method?
What does the connection object represents?