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

Diff between JDBC & ODBC

Former Member
0 Likes
3,095

hi,,

What is the difference between JDBC and ODBC

thanks

guna

View Entire Topic
Former Member
0 Likes

Hi,

In simple words

JDBC -


This is the standard java interface to communicate with a database, by using this java can connect to the database.

ODBC -


To communicate with a database from any language this is developed, this is for generalized thing, by using this it can connect to any database from any language.