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 are the higher level apis under development on top of jdbc currently?
What is an advantage of using the jdbc connection pool?
Is it possible to connect to multiple databases simultaneously?
What is transaction processing in jdbc?
Is jpa faster than jdbc?
What are the methods which can verify the cursor particular position?
Why is jdbc needed?
What is the use of JDBC DriverManager class?
What is jdbc driver for sql server?
What does executeupdate return in java?
What is jdbc and its types?
Can resultset be null in java?
Why “no suitable driver” error occurs?
What is the feature of jdbc v4?
How do you insert images into database using jdbc?