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
Name different methods for getting streams.
What are types of resultset?
What are jdbc?
What are the different types of interfaces in the api component?
What are the different types of drivers under jdbc?
Why is odbc needed?
How to set NULL values in JDBC PreparedStatement?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How the JDBC application works?
How does a file store compare with a jdbc store?
please tell me the name and url path for type-4 driver ?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is encrypted connection?
What are the differences between resultset and rowset?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?