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
Is jdbc a middleware?
explain about special characters?
How MS-Access DB can be accessed over a network, using JDBC API?
Explain the difference between inner and outer join ?
What is jdbc servlet?
Is jdbc an api?
What is jdbc vs odbc?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What does the jdbc databasemetadata interface?
How do you insert images into database using jdbc?
How many types of JDBC Drivers are present and what are they?
What is hbm xml?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is the role of the jdbc drivermanager class?
What are the benefits of PreparedStatement over Statement?