Answer Posted / imtiyaz
ODBC is a layer which is designed to communicate with
different databases. when we give a command to odbc it
talks with the specific database in its language we need
not to worry about the database what we are communicating
Thats why it is called Opend Data Base Connectivity
JDBC is layer and it is having its own API which is having
the commands to communicate with database.
when we JDBCODBC Driver, this will take care of sending the
java commands which can understand by ODBC.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of JDBC DriverManager class?
Why is jdbc used?
Is jdbc a protocol?
What is the purpose of jdbc?
What are the different types of JDBC drivers?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What are the main steps in java to make JDBC connectivity?
How can we store and retrieve images from the database?
What is a connection string used for?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How to move the cursor in scrollable resultset ?
What is the purpose of the jdbc resultset interface?
What is jdbc connection?
What is url in jdbc connection?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?