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
What do you mean by odbc?
Is it possible to connect to multiple databases simultaneously?
What is a connection string used for?
How to get the Database server details in java program?
State the different connection methods used for creating different types of sql.
What is Apache DBCP API?
What are the measures to connect to the db using jdbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What are the basic exceptions in jdbc?
What is setautocommit in jdbc?
How vendor Naming registry supports JNDI?
What are the different types of resultset?
What do you understand by jdbc datasource?
Describe odbc?
Explain the difference between inner and outer join ?