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 |
Where is ojdbc14 jar located?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What do you understand by jdbc driver and explain its types?
how can we get the metaData (columnNames) from a table which has no Records..
Which Java and java.sql data types map to my specific database types?
Explain the difference between inner and outer join ?
What are the different types of drivers under jdbc?
How can I retrieve a String or other object type without creating a new object each time?
If I use the JDBC API, do I have to use ODBC underneath?
How can I write to the log used by DriverManager and JDBC drivers?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
How to connect multiple database in jdbc?