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
What is device controller?
What is use of connection pooling?
What is dburl?
Does JDBC support stored procedures?
Why do we need jdbc?
What is jdbc stand for?
State the three different ways in which you can create a table?
How many types of statements are there in jdbc?
What is connection commit?
What are the common tasks of JDBC?
What are devices?
What are the three parts of a jdbc url?
What is execute in java?
Is odbc an api?
What is xe in oracle jdbc url?