Java / JDBC
Explain Native-API driver or Type 2 driver.
Native-API driver utilizes the client side native libraries to connect to the database by converting JDBC calls to native API calls. It is implemented partially using Java
The performance is better than the JDBC ODBC driver however the native libraries need to be installed on each client machine.
More Related questions...