answersLogoWhite

0

What is jdbc-odbc bridge?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

jdbc-odbc bridge is a jdbc driver required to connect java application to the specified database. Using this driver the java calls are converted to the odbc calls and then are referred to the database. Since odbc driver are the implemetation of the API written in C language.

As in the case of this driver the API is provided by Sun MicroSystem itself and the implementation of these API is done by the Database Vendors.

User Avatar

Wiki User

15y ago

What else can I help you with?