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


Please Help Members By Posting Answers For Below Questions

code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

3889


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

537


What is the purpose of jdbc?

589


What is two-phase commit in the database?

525


Is jdbctemplate thread safe?

487






Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

546


How do I start debugging problems related to the JDBC API?

526


Is jdbc object oriented?

506


Explain about Join?

597


What are restrictions on triggers?

1680


What is the advantage of namedparameterjdbctemplate?

512


Briefly tell about the jdbc architecture.

559


How can we retrieve the file in the oracle database?

518


How does a file store compare with a jdbc store?

637


How can you make a connection?

539