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 namedparameterjdbctemplate?
What does the jdbc resultset interface?
What is batch processing and how to perform batch processing in jdbc?
What is a jdbc url?
What is statement and resultset in jdbc?
Can I use JDBC to execute non-standard features that my DBMS provides?
How can I get information about foreign keys used in a table?
What are the different types of resultset?
What is the difference between ojdbc6 and ojdbc7?
What is a jdbc connection pool?
Where is jdbc url mysql?
What is the use of jdbc api?
What are the main components of JDBC ?
What is the purpose of jdbc?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?