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 |
How to handle when the database crashes while reading the data from the database?
What are common JDBC Exceptions?
What is JDBC PreparedStatement?
What is createstatement method in java?
What is jdbc architecture in java?
How can you create jdbc statements?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What is difference between jdbc and odbc?
What is correlated subquery?
0 Answers emc2, JK Technosoft,
What is jdbc resultsetmetadata interface?
How do I know which jdbc driver to use?