How does JDBC differ from ODBC?

Answer Posted / murali

JDBC technology is an api written in java,where as odbc is a
'c' interface written in c/c++ and cobol languages.
jdbc makes jdbcAPI calls
odbc tranforms jdbcAPI calls to odbc operations,these are
sent to database server.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the jdbc connection interface?

543


what happen if we set JDBC string to NULL?

2951


What happens if we don't close the connection in jdbc?

491


When does the result for an sql statement return null?

519


What are the benefits of PreparedStatement over Statement?

532






How to use JDBC API to call Stored Procedures?

557


What are the differences between resultset and rowset?

530


Explain the difference between rowset vs. Resultset in jdbc?

581


What are the differences between stored procedure and functions?

478


How can we disable a constraint ?

565


What are the steps required to execute a query in jdbc?

534


How can we execute stored procedures using callablestatement?

475


Describe odbc?

560


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

472


What are types of jdbc drivers?

531