| Author |
regarding JDBC-ODBC Bridge Driver
|
Raj chiru
Ranch Hand
Joined: Aug 12, 2008
Posts: 140
|
|
Hi...
I have small doubt on Type-1 JDBC Driver. actually Type-1 JDBC Driver is a JDBC-ODBC Bridge driver plus ODBC driver.My doubt is The Bridge is implemented in Java and uses Java native methods to call ODBC and ODBC uses the native API of DB server.so isn't it nternally this bridge contain ODBC driver right?so what is need of another ODBC driver(JDBC-ODBC Bridge driver plus ODBC driver)?suppose if I'm thinking wrong please correct me.
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
Yes, you still need an ODBC driver that talks with the database directly. Take a look at:
http://en.wikipedia.org/wiki/JDBC_driver#Type_1_Driver_-_JDBC-ODBC_bridge
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: regarding JDBC-ODBC Bridge Driver
|
|
|