aspose file tools
The moose likes JDBC and the fly likes JDBC &ODBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC &ODBC" Watch "JDBC &ODBC" New topic
Author

JDBC &ODBC

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 643
what is the different between JDBC & ODBC?
give example
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
For basic definitions, Google and Wikipedia are your best options. There's not much point in writing here what has been written multiple times before elsewhere.


Android appsImageJ pluginsJava web charts
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

aruna sameera wrote:what is the different between JDBC & ODBC?

Short note:
JDBC: A Java way to get connected to the databases.
ODBC: Its MS Windows library specific way to get connected to MS SQL server .
Raghavan Muthu
Ranch Hand

Joined: Apr 20, 2006
Posts: 3327

Sagar Rohankar wrote:
aruna sameera wrote:what is the different between JDBC & ODBC?

Short note:
JDBC: A Java way to get connected to the databases.
ODBC: Its MS Windows library specific way to get connected to MS SQL server .


ODBC is not specifically for MS SQL Server alone. You can try with any compliant database.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

...and its not specifically a Microsoft technology (though MS are one of its main proponents). Its a standard.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

oops, Thanks Raghvan, I missed that, Its because of mostly my ODBC connection end up with SQL Server OR MS Access, only

And Paul , Thanks, for letting me know, as its standard.. Thats means we can have ODBC connection on Linux platform also
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBC &ODBC
 
Similar Threads
Interesting Ads
JDBC or ODBC and Excel
jdbc odbc driver download
how to connect data base without jdbc?
Direct Me To ODBC Driver Source