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
Why do we use jdbc statements?
What is metadata in programming?
What is difference between jdbc and odbc?
How will you perform truncation using JDBC?
What is DML?
How are jdbc statements used?
What are the jdbc statements?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Which package is used for jdbc application?
How does jdbc work?
What is the purpose of jdbc resultset interface?
what happen if we set JDBC string to NULL?
What are the common tasks of JDBC?
What are the advantages of database connection pooling?
How to check jdbc connection in java?