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
Why resultset is used in java?
List the common jdbc exceptions ?
What is JDBC Connection isolation levels?
What is java soft framework?
What is jdbc dialect?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Why is jdbc used?
If I use the JDBC API, do I have to use ODBC underneath?
What are the different classes through which JDBC represents statements?
Jdbc-odbc bridge is multi-threaded or not?
What is JDBC Savepoint? How to use it?
How can we maintain the integrity of a database by using jdbc?
How can I manage special characters when I execute an insert query?
What are the three basic components of the odbc architecture?
How can we retrieve data from the resultset?