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 difference between statement and preparedstatement in jdbc?
Explain about the drive manager class working?
Explain about column name and getter method?
Does jdbc use odbc?
How to update a resultset programmatically?
Which is better jpa or jdbc?
How do I find ojdbc jar version?
What is in term of jdbc a datasource?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Where is jdbc url mysql?
What is jdbc and its advantages?
Discuss the procedure of retrieving warnings?
What are the different types of locking in JDBC?
What is jdbc in java?