Computer Science, asked by stm9, 1 year ago

what is JDBC-ODBC driver?

Answers

Answered by King38525
3
ODBC is for Microsoft and JDBC is for java applications.ODBC is used to provide connection between front-end application(other than java) and back-end (database like ms-access) and JDBC is used to provide connection between JAVA and database(oracle,sybase,DB2,ms-access).

srinivas6255: hii
Answered by vipbhai
3
JDBC Driver is a software component that enables java application to interact with the database. There are 4 types of JDBC drivers: JDBC-ODBC bridge driver. Native-API driver (partially java driver) Network Protocol driver (fully java driver)

srinivas6255: hii
Similar questions