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 |
What is a jdbc connection pool?
Why did my jdbc code throw a rollback sqlexception?
What is hbm xml?
How can I manage special characters when I execute an insert query?
What is database deadlock ?
Which jdbc drivers will run your program?
What is drivermanager in java?
What is connection pooling and why it is used?
How do I receive a ResultSet from a stored procedure?
What are restrictions on triggers?
What are the different classes through which JDBC represents statements?
What is an outer join?