What is JDBC and ODBC and what are the differences between
them?

Answers were Sorted based on User's Feedback



What is JDBC and ODBC and what are the differences between them?..

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

Post New Answer

More JDBC Interview Questions

how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


What is difference between statement and preparedstatement in jdbc?

0 Answers  


Which interface handles transaction management in jdbc?

0 Answers  


What is Type-2 Driver and when this driver is used?

2 Answers  


I have written a program to connect to database using odbc.Can this Application run on any Platform????

2 Answers  






What is a rollback in jdbc?

0 Answers  


Why we use jdbc instead of odbc?

0 Answers  


What do you mean by odbc?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


What is database deadlock ? How can we avoid them?

0 Answers  


What is a jdbctemplate?

0 Answers  


Is jdbc part of j2ee?

0 Answers  


Categories