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 to update a resultset programmatically?
What is metadata in jdbc?
What is jdbc resultsetmetadata interface?
How does jdbc work?
Give an example for execution of sql statement.
What is url in jdbc connection?
How to know howmuch data is truncated?
What is the difference between execute, executeQuery, executeUpdate?
What is while rs next ())?
What is jdbc thin client in oracle?
What is the use of the statement in jdbc?
Name different methods for getting streams.
What is difference between java.util.Date and java.sql.Date?
Explain the locking system in jdbc & its types?
What is represented by the connection object?