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
If you are truncated using JDBC, how can you that how much data is truncated?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Why prepared statements are faster?
What are jdbc?
What is a connection string used for?
What is thin driver in jdbc?
How data can be inserted into long row column of database?
How many rowset are available in jdbc?
Where is mysql jdbc driver located?
How many categories of jdbc drivers are there?
How can I manage special characters when I execute an insert query?
What is sqlwarning and discuss the procedure of retrieving warnings?
How do I know which jdbc driver to use?
How to rollback a JDBC transaction?
What does setautocommit do?