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
How do I find jdbc version?
What class.forname does, while loading the drivers?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are restrictions on triggers?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is the jdbc rowset?
What is jdbc vs odbc?
How many types of JDBC Drivers are present and what are they?
What is jdbc driver manager?
What is the purpose of the jdbc resultset interface?
Does JDBC support stored procedures?
Why prepared statements are faster?
Write a program JDBCcode forfetching student database with SQL.
What is the major difference between java.util.date and java.sql.date data type?
Where is jdbc url mysql?