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 is connection pooling and why it is used?
Why did my jdbc code throw a rollback sqlexception?
Is jdbc a web technology?
Explain about multiple implementations and drive manager?
Why we use while rs next ())?
What is resultset in jdbc with example?
How to set NULL values in JDBC PreparedStatement?
How many types of jdbc drivers are there?
What is a connection string used for?
How do I disallow NULL values in a table?
What is xe in oracle jdbc url?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
explain about special characters?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.