How Type-1 driver is OS dependent....... clarify please.
sandeep kulkarnii
Greenhorn
Joined: Jan 14, 2012
Posts: 6
posted
0
Hello friends, I am a newbie to Java.When ODBC driver is installed on all client machines... as DBMS(on server) changes ODBC driver changes .. means it is specific to DBMS. how it is OS specific. kindly clarify..... Thanks in advance.
The JDBC type 1 driver, also known as the JDBC-ODBC bridge, is a database driver implementation that employs the ODBC driver to connect to the database. The driver converts JDBC method calls into ODBC function calls.
The driver is platform-dependent as it makes use of ODBC, which in turn depends on native libraries of the underlying operating system the JVM is running upon.
Hope the image below helps as well.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How Type-1 driver is OS dependent....... clarify please.