To access a database, you need a driver for that vendor
- Type 1 - JDBC-ODBC Bridge.
-
Type 2 - Converts Java calls to native Client DBMS API calls
-
Type 3 - Converts Java calls into a DBMS proprietary network
call which is converted by server
-
Type 4 - Converts Java call into DBMS network protocol
(no server translation)


