Answer Posted / chandra rekha
JDBC is the name of the protocol which is used to connect
to the database whereas ODBC is the mechanism that is used
to retrieve data from the database....JDBC is called the
protocol and ODBC the subprotocol...
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are types of jdbc drivers?
What is the difference between ojdbc6 and ojdbc7?
What is in term of jdbc a datasource?
What is metadata in java programming?
Does jdbctemplate close connection?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Briefly tell about the jdbc architecture.
Explain the difference between rowset vs. Resultset in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is device controller?
What is jdbc dialect?
What should be done for auto generating primary key id in a table ?
What is an escape syntax?
Why should we close database connections in java?
What does connection pooling mean ?