What is JDBC and ODBC and what are the differences between
them?
Answer Posted / pradeep kumar
1. ODBC is procedural oriented and JDBC is object oriented.
2. ODBC is used to provide connection between front-end
(other than JAVA) and back-end (weak database like MS-
ACCESS) and JDBC is used to provide connection between JAVA
and database(oracle,sybase,DB2).
| Is This Answer Correct ? | 66 Yes | 25 No |
Post New Answer View All Answers
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is odbc and jdbc drivers?
Which type of driver is unique in jdbc?
What is a jdbc connection pool?
Briefly tell about the jdbc architecture.
What is jdbc odbc driver?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
RowSetInternal caller and returns void. What can I do in the readData method?
Is java a database?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is jdbc explain?
What does connection pooling mean ?
password, is stored in as plain text. What can I do to protect my passwords?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?