Answer Posted / guest
ODBC is the industry-standard interface by which database
clients connect to database servers.
JDBC is a pure Java solution that does not follow the ODBC
standard.
However, there is a bridge between JDBC and ODBC that allows
JDBC to access databases that support ODBC.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does the jdbc resultsetmetadata interface?
What does the jdbc databasemetadata interface?
Is odbc an api?
What is phantom read and which isolation level prevents it?
What do you mean by batch processing in jdbc?
What is an SQL Locator?
What is odbc and jdbc in dbms?
How java can be connected to a database?
What are collection pools?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
How many locking systems are there in jdbc?
Under what circumstances, that all four drivers are used?
What is connection data?
What are devices?
Name the method, which is used to prepare a callablestatement.