What is JDBC and ODBC and what are the differences between
them?
Answer Posted / manjesh
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
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 language -independent&JDBC is language-dependent.
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
How can we disable a constraint ?
Result set’s index starts with 0 or 1?
List the advantages of using datasource?
What is the difference between jdbc and odbc?
Which interface handles transaction management in jdbc?
What is executeupdate in java?
What is jdbc vs odbc?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What does the jdbc databasemetadata interface?
What is JDBC Transaction Management and why do we need it?
What is ojdbc14 jar?
What are dml and ddl?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What is a statement?
What does jdbc setmaxrows method do?