Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is JDBC and ODBC and what are the differences between
them?

Answer Posted / anita

1.ODBC is for Microsoft and JDBC is for java applications.
2.ODBC can be directly used with Java because it uses a C
interface.
3.ODBC makes use of pointers which have been removed
totally from java.
4.ODBC mixes simple and advanced features together and has
complex options for simple queries,But JDBC is designed to
keep things simple while allowing advanced capabilities
when required.

5. JDBC API is a natural Java Interface and is built on
ODBC. JDBC retains some of the basic feature of ODBC

Is This Answer Correct ?    28 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What types of DataSource objects are specified in the Optional Package?

1067


What is url in jdbc connection?

999


What is the role of the jdbc drivermanager class?

991


What is statement and resultset in jdbc?

1018


How does jdbc driver work?

1039


What do you mean by batch processing in jdbc?

1058


What class.forname will do while loading drivers of jdbc?

994


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

1009


How to move the cursor in scrollable resultset ?

1094


What are the different classes through which JDBC represents statements?

976


Why is jdbc needed?

976


How many jdbc driver types are there?

971


Does jpa use jdbc?

984


Explain the two tier and three tier architecture of jdbc.

965


How do I load a database driver with JDBC 4.0 / Java 6?

1029