File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Is type-1 driver DBMS specific? 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 "Is type-1 driver DBMS specific?" Watch "Is type-1 driver DBMS specific?" New topic
Author

Is type-1 driver DBMS specific?

sandeep kulkarnii
Greenhorn

Joined: Jan 14, 2012
Posts: 6
Hello friends, If we use type-1 driver in our application and DBMS is changed in the server. Can we still be able to run the application? If not , and we have to change the driver in the client.. will this mean type-1 driver is DBMS specific? Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Type 1 is the JDBC/ODBC bridge. It depends on an ODBC connection, not on a particular DB. As long as the DB in question supports ODBC connectivity, you should be able to replace it without changing the JDBC code. (That you should not use the JDBC/ODBC bridge at all is another matter.)


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is type-1 driver DBMS specific?
 
Similar Threads
jdbc drivers types and advantages
Hibernate + sun's jdbcodbc Driver
How Type-1 driver is OS dependent....... clarify please.
Difference between drivers
Type 2 Vs Type 4 JDBC DRIVER