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

What is a JDBC 2.0 DataSource?

560


What is a jdbctemplate?

520


What is jdbc odbc bridge?

503


Does jpa use jdbc?

489


What is transaction processing in jdbc?

572






What is CLOB and BLOB datatypes in JDBC?

557


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

510


How can we store the file in the oracle database?

520


What does jdbc setmaxrows method do?

517


Explain in detail about JDBC and its general features?

528


Is jdbc open source?

454


List the advantages of using datasource?

557


What is difference between jdbc and odbc?

493


What is ojvm used for?

548


password, is stored in as plain text. What can I do to protect my passwords?

514