cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Diff between JDBC & ODBC

Former Member
0 Likes
3,106

hi,,

What is the difference between JDBC and ODBC

thanks

guna

View Entire Topic
Former Member
0 Likes

Hi,

Some of the Differences are:

JDBC Java DataBase Connectivity

ODBC: Open DataBase Connectivity

JDBC = standard java interface to communicate with a database

ODBC = from Microsoft developed interface to communicate

with a database

JDBC-ODBC driver = an interface where the communication is translated from JDBC to ODBC and the communication after the driver to the database is via ODBC

ODBC is mostly used on Windows plattforms (if you want to connect with a database from C++,Delphi,etc.) , but there are also ODBC drivers for Linux available

Regards,

Venu V