Native-Method DriversType 2 drivers contain Java code that calls “native” C or C++ methods already implemented by database vendors. Like an ODBC driver, a native-method driver must be installed on each client or server that uses it, and thus has the same limitations as the JDBC-ODBC bridge drivers. A typical use of native-method drivers is on application servers. |
|||