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
How does jdbc driver work?
What is the use of jdbc?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How we store procedure in oralce for callable statements in jdbc
Why we use while rs next ())?
What are the basic exceptions in jdbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Why do we need a jdbcrowset like wrapper around resultset?
What is the purpose of jdbc?
What is the role of jdbc drivermanager class?
What is the role of the jdbc drivermanager class?
What is a merge field?
How to insert an image or raw data into database?
List the common jdbc exceptions ?
What is the JDBC?