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 purpose of jdbc?
How do I find jdbc version?
What is savepoint in jdbc?
How many ways that we can view a result set?
How to check jdbc connection in java?
What is connection pooling and why it is used?
Why do we need jdbc driver?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Where is jdbc used?
List some new features available in jdbc 4.0?
Is jdbctemplate thread safe?
What is the full form of jdbc and what is its purpose?
How to get the Database server details in java program?
Why hibernate is better than jdbc?
Why should we close database connections in java?