What is JDBC and ODBC and what are the differences between
them?
Answer Posted / 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 View All Answers
How to move the cursor in scrollable resultset ?
What are four types of JDBC driver?
Which type of driver provides jdbc access via one or more odbc drivers?
How many types of statements are there in jdbc?
Explain the process of creating tables using NetBeans IDE?
Explain jdbc savepoint?
What is the full form of jdbc?
Describe how the jdbc application works.
What are the advantages of database connection pooling?
What is url in jdbc connection?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Is possible to open a connection to a database with exclusive mode with JDBC?
Why jdbc is used in java?
What does the jdbc resultsetmetadata interface?
What is the major difference between java.util.date and java.sql.date data type?