The moose likes JDBC and the fly likes Need clarification on the Type-1 driver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Need clarification on the Type-1 driver" Watch "Need clarification on the Type-1 driver" New topic
Author

Need clarification on the Type-1 driver

Ravindranath Chowdary
Ranch Hand

Joined: Nov 08, 2006
Posts: 71
Hi Ranchers,
While going through the Type 1 driver I got the following question. Please clarify them

1. If we are using the ODBC driver from the application why we are not allowed to call the method implementation in the driver directly with out using the DriverManager?
2. Is ODBC a C interface? Can we implement ODBC using Java language?
3. Is JDBC-ODBC Bridge driver uses the ODBC interface in the system or it comes as a package with the driver?


Regards,
Ravindra.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need clarification on the Type-1 driver
 
Similar Threads
jdbc
connector
JDBC Drivers
Clarifications on Java
Regarding database connectivity in servlets