Answer Posted / murali
JDBC technology is an api written in java,where as odbc is a
'c' interface written in c/c++ and cobol languages.
jdbc makes jdbcAPI calls
odbc tranforms jdbcAPI calls to odbc operations,these are
sent to database server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is the difference between client and server database cursors?
Is jdbc object oriented?
How do I load a database driver with JDBC 4.0 / Java 6?
Explain about DSN?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Explain about the Try Block?
What are the jdbc statements?
How to check jdbc driver version in sql server?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What are the higher level apis under development on top of jdbc currently?
Which jdbc driver type s is are the jdbc odbc bridge?
How many packages are available in jdbc api?
What is the limitation of PreparedStatement and how to overcome it?
What are the considerations for deciding on transaction boundaries?