Are there any ODBC drivers that do not work with the JDBC-
ODBC Bridge?
Answer Posted / 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 View All Answers
What are the basic exceptions in jdbc?
What are the differences between statement and preparedstatement interface?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Explain about the drive manager class working?
What is jdbc template?
What are types of resultset?
Which database is used with java?
Why do we need jdbc driver?
What is the purpose of jdbc?
How can I retrieve a String or other object type without creating a new object each time?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is an escape syntax?
What is JDBC PreparedStatement?
Explain what should be done when a SQL exception is raised?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?