Native API Driver
Advertisements
Native API Driver
Native API driver uses native API to connect a java program directly to the database. Native API id s C, C++ library, which contains a set of function used to connect with database directly. Native API will be different from one database to another database. So this Native API driver is a database dependent driver.
Advantage of Thin driver
- Native API driver comparatively faster than JDBC-ODBC bridge driver.
Disadvantage of Thin driver
- Native API driver is database dependent and also platform dependent because of Native API.
Google Advertisment