10.1 What is the JDBC |
To talk to a particular type of database all that is required is the correct JDBC drivers. There are several types of JDBC drivers the simplest type are just Java wrappers over native code. The most complex types are written completely in Java which makes the drivers platform independent.
The standard Java VM from Sun microsystems include what is known as
the "JDBC to ODBC bridge". This bridge allows the standard ODBC drivers
installed on a machine to be used by the Java VM.