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 in term of jdbc a datasource?

490


What is DML?

585


What are the different types of statements? How we can you use preparedstatement.

523


How do I insert an image file (or other raw data) into a database?

536


What are the conditions applies to varchar variable, when using in procedures?

1626






What is getconnection method in java?

515


What is the purpose of jdbc?

597


How many ways that we can view a result set?

549


What is Apache DBCP API?

600


Jdbc-odbc bridge is multi-threaded or not?

545


What is jdbc driver for sql server?

548


What is jdbc type?

525


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

479


How can I connect mysql or oracle with java?

563


How a database driver can be loaded with jdbc 4.0 / java 6?

505