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
What is metadata in programming?
What are the different types of JDBC drivers?
What does the jdbc resultsetmetadata interface?
What is resultsetmetadata?
What is metadata in java programming?
What is an odbc driver?
What is the difference between jdbc and odbc?
State the different connection methods used for creating different types of sql.
What is jdbc driver?
What is jdbc and explain jdbc architecture?
What is resultset?
What is odbc and jdbc in dbms?
Which database is used with java?
How vendor Naming registry supports JNDI?
How can I get or redirect the log used by DriverManager and JDBC drivers?