on ‎2008 Jul 22 2:55 PM
hi,,
What is the difference between JDBC and ODBC
thanks
guna
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.