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
What is phantom read and which isolation level prevents it?
What port does jdbc use?
What is device controller?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Why we use jdbc instead of odbc?
Is java a database?
What is difference between odbc and jdbc?
How can we maintain the integrity of a database by using jdbc?
What is odbc jdbc?
What is the use of the statement in jdbc?
What are the three parts of a jdbc url?
What is a connection string used for?
What is JDBC Connection isolation levels?
What is jdbc explain?
What is the difference between setmaxrows(int) and setfetchsize(int)?