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
Result set’s index starts with 0 or 1?
What is connection pooling and why it is used?
What is jdbc and explain jdbc architecture?
When does the result for an sql statement return null?
What are the advantages of using preparedstatement in java?
What are the advantages of database connection pooling?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What are four types of JDBC driver?
Prepared statements are faster. Why?
Explain the difference between rowset vs. Resultset in jdbc?
What is jdbc type?
Is jdbc a framework?
Where is ojdbc14 jar located?
What is difference between jdbc and odbc?
What are clob and blob data types in jdbc?