RATE THIS ANSWER
-1
Click to Vote:
0
-1
ODBC is for microsoft and JDBC is for java.
JBDC is portable across platforms where ODBC is not.
see the following for more information:
http://archive.devx.com/dbzone/articles/dd_jdbc/sosinsky-2.asp
http://www.discussweb.com/java-programming/3890-difference-between-jdbc-odbc.html
Also, a qucik google search shows 32,900 hits for "Difference between ODBC and JDBC".
http://www.google.com/search?hl=en&q=Difference+between+ODBC+and+JDBC&btnG=Google+Search&aq=f&oq=&aqi=
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thank you. I have seen all of those in my search already. I guess i was just looking for something more technical in nature and less forum style.
I appreciate it!
-Schmidtw
=======================
ODBC is for lots more than just MicroSoft products. ODBC is the initialism for Open Data Base Connectivity (or Communication).
Up above it says ODBC is not portable across platforms. Not knowing exactly what is meant, I don't want to arbitrarily disagree, but ODBC can be used between many different platforms including other than MicroSoft, e.g. UNIX, OS/400, LINUX, even OS/2 used ODBC.
There are many times when JDBC & ODBC will work together to bridge the gap between separate hardware and operating systems and different data bases.
meandyou
Last Answered:
Sep 24 2009 1:45 PM GMT by Meandyou 
1840 pts.