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 are the benefits of PreparedStatement over Statement?
What causes the "No suitable driver" error?
What is connection pooling and why it is used?
What is the benefit of having jdbcrowset implementation?
What is jdbc odbc bridge in java?
What are the methods which can verify the cursor particular position?
What is the execute method in java?
How can I connect mysql or oracle with java?
What is device controller?
Name the new features added in jdbc 4.0.
What is transaction processing in jdbc?
What are different types of JDBC Drivers?
Explain the life cycle of jdbc.
What port does jdbc use?
What is the jdbc rowset?