How does JDBC differ from ODBC?

Answer Posted / guest

ODBC is the industry-standard interface by which database
clients connect to database servers.

JDBC is a pure Java solution that does not follow the ODBC
standard.

However, there is a bridge between JDBC and ODBC that allows
JDBC to access databases that support ODBC.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find jdbc version?

718


What class.forname does, while loading the drivers?

692


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

4094


What are restrictions on triggers?

1853


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

712


What is the jdbc rowset?

721


What is jdbc vs odbc?

701


How many types of JDBC Drivers are present and what are they?

703


What is jdbc driver manager?

673


What is the purpose of the jdbc resultset interface?

684


Does JDBC support stored procedures?

749


Why prepared statements are faster?

692


Write a program JDBCcode forfetching student database with SQL.

771


What is the major difference between java.util.date and java.sql.date data type?

653


Where is jdbc url mysql?

675