Two Laptop Bag
The moose likes JDBC and the fly likes Does JDBC works on all ODBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Does JDBC works on all ODBC" Watch "Does JDBC works on all ODBC" New topic
Author

Does JDBC works on all ODBC

Gaurav Chikara
Ranch Hand

Joined: Jun 09, 2000
Posts: 410
Can I know that does JDBC provides wrapper to all ODBC Drivers
or are any of the ODBC Drivers on which JDBC do not form a bridge? Does it depends on which front end tool i am using for my application


SCJP,SCWCD,SCBCD<br />If Opportunity doesn't knock then build the door
Harish Kashyap
Ranch Hand

Joined: Jun 14, 2000
Posts: 118
It depends on the jdbc interface resources that for which database it provides the bridge driver.
as far as i know jdbc provides bridge drivers for all the odbc drivers.
------------------
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Does JDBC works on all ODBC
 
Similar Threads
How to deal with incomaptibilities among the data types
jdk1.4 jdbc drivers????
JdbcOdbc Connection
NullPointerException
Driver supporting connection pooling