Driver Types:
Bridge (Type 1) -- JDBC-ODBC bridge. A mix of java and OS dependent code through ODBC.
Native(Type 2) -- Operating System dependent executables and Java through proprietary vendor code
Network(Type 3) -- Network middleware and Java. JDBC accesses the database through the middleware
Thin(Type 4) -- Pure Java driver, no dependency on OS.
Bridge (Type 1) -- JDBC-ODBC bridge. A mix of java and OS dependent code through ODBC.
Native(Type 2) -- Operating System dependent executables and Java through proprietary vendor code
Network(Type 3) -- Network middleware and Java. JDBC accesses the database through the middleware
Thin(Type 4) -- Pure Java driver, no dependency on OS.
No comments:
Post a Comment