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 executeupdate in java?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How we can you use preparedstatement.
What driver should I use for scalable Oracle JDBC applications?
Does sql allow null values ?
How to check jdbc connection in java?
How are jdbc statements used?
Which is faster jdbc or odbc?
What are the common jdbc exceptions?
What is jdbc template?
What are collection pools?
How many types of JDBC Drivers are present and what are they?
State the different connection methods used for creating different types of sql.
What is use of connection pooling?
What is jdbc odbc?