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 are the jdbc statements?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
what are the drawbacks of JDBC? explain briefly?
How to use JDBC to connect Microsoft Access?
What is hbm xml?
can we define indexes on a foreign key? Explain pros and cons?
What is device controller?
What are the different types of resultset?
What is JDBC Savepoint? How to use it?
What is in terms of jdbc a datasource?
How many rowset are available in jdbc?
Under what circumstances, that all four drivers are used?