What is JDBC and ODBC and what are the differences between
them?
Answer Posted / md imran
#.ODBC stands for Open Database Connectivity.and
JDBC stands for Java Database Connectivity.
#.ODBC basically works like container and JDBC also works like container.
#.ODBC provide us to interface work on Microsoft DBMS.
And JDBC also provide base to work like an interface work on Java.
#.JDBC is to establish a connection with a DB(Database).
ODBC also work similar like JDBC.
#.ODBC and JDBC are an application programming interface(API).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between rowset vs. Resultset in jdbc?
What does executeupdate return in jdbc?
Which interface handles transaction management in jdbc?
What does adapter class provide?
What is jdbc and odbc?
What is a statement?
What is the latest version of JDBC? What are the new features added in that?
What is an SQL Locator?
Under what circumstances, that all four drivers are used?
State the three different ways in which you can create a table?
How many packages are available in jdbc api?
What is jdbc driver manager?
What are collection pools?
What are temp tables ?
How many locking systems are there in jdbc?