What is JDBC and ODBC and what are the differences between
them?
Answers were Sorted based on User's Feedback
Answer / md imran
#.ODBC stands for Open Database Connectivity.and
JDBC stands for Java Database Connectivity.
#.ODBC basically works like container and JDBC also works like container.
#.ODBC provide us to interface work on Microsoft DBMS.
And JDBC also provide base to work like an interface work on Java.
#.JDBC is to establish a connection with a DB(Database).
ODBC also work similar like JDBC.
#.ODBC and JDBC are an application programming interface(API).
| Is This Answer Correct ? | 0 Yes | 0 No |
Is JDBC a language or Application?
Where can I find ojdbc14 jar file?
What does the jdbc connection interface?
How transactions are performed using JDBC ?
What causes the "No suitable driver" error?
Is oracle client required for jdbc connection?
how to prevent finally block from execution
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
Does sql allow null values ? Can we use it within where clause ?
What happens if connection is not closed in jdbc?
How to find the column count in resultset?
Where is jdbc url mysql?