JDBC-ODBC Bridge is a type 1 JDBC driver which converts JDBC operations in to C language ODBC API’s and then ODBC calls are then passed to appropriate ODBC driver.
Type1: JDBC-ODBC Bridge driverThis is a "birdge" driver, Translates all JDBC calls into ODBC calls and sends them to ODBC driver and ODBC inturn will communicate with a database. The Java Na...