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
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Why hibernate is better than jdbc?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Where can I find ojdbc14 jar file?
What is JDBC Batch Processing and what are it’s benefits?
Is jdbc an api?
RowSetInternal caller and returns void. What can I do in the readData method?
What is a merge field?
Which is better odbc or jdbc?
What are the new features available in jdbc 4.0?
What is the difference between executing, executequery, executeupdate in jdbc?
How to check jdbc connection in linux?
How the JDBC application works?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is jdbc resultsetmetadata interface?