What is JDBC and ODBC and what are the differences between
them?

Answer Posted / anita

1.ODBC is for Microsoft and JDBC is for java applications.
2.ODBC can be directly used with Java because it uses a C
interface.
3.ODBC makes use of pointers which have been removed
totally from java.
4.ODBC mixes simple and advanced features together and has
complex options for simple queries,But JDBC is designed to
keep things simple while allowing advanced capabilities
when required.

5. JDBC API is a natural Java Interface and is built on
ODBC. JDBC retains some of the basic feature of ODBC

Is This Answer Correct ?    28 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of jdbc?

572


What is jdbc and explain jdbc architecture?

524


Explain some new features available in jdbc 4.0?

614


What are the 4 types of jdbc drivers?

515


What is jdbc odbc bridge?

508






How does a file store compare with a jdbc store?

638


What is jdbc and jpa?

522


How can you retrieve data from the resultset using jdbc?

557


What is jdbc dialect?

509


What is DML?

578


How to check jdbc connection in linux?

517


How does jdbc work?

505


What does executequery return in java?

516


What are the jdbc statements?

563


Write an sql to find all records having all numeric characters in a field ?

495