The JDBC/ODBC driver is the type 1 driver it is also known as JDBC-ODBC bridge. It is ODBC driver to connect the database that convert the JDBC calls to ODBC function calls. Type 1 driver is fully platform dependent and use the native libraries of operating system. - See more at: http://findnerd.com/list/view/JDBCODBC-alternative-in-Java-8/6407/#sthash.ogx4YjYH.dpuf
Topics