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 / anshu aggarwal

JDBC is Java Database Connectivity. It enables java programs
to execute sql statements. JDBC makes it possible to write a
single database application that can run on different
platforms and interact with different DBMS. JDBC is language
dependent i.e it is used only to make connectivity with java.

ODBC is open database connectivity. The goal of ODBC is to
make it possible to access any data from any application,
regardless of which database management system (DBMS) is
handling the data so it is language independent.

Is This Answer Correct ?    49 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is benefit of using preparedstatement in java?

979


What are different types of ResultSet?

1113


Is jdbc object oriented?

997


How do you insert images into database using jdbc?

1139


When does the result for an sql statement return null?

989


How can you make the connection using jdbc?

1094


Explain the steps in writing a java program using jdbc?

1034


What is Apache DBCP API?

1060


What is database connection pooling? Advantages of using a connection pool?

1099


What is the use of statement in jdbc?

986


When do we use execute method in java jdbc?

1029


What is executequery in java?

951


What is meant by jdbc and odbc?

945


Is there another way of dealing with the result set that could execute faster?

1049


How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?

1076