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
Why do you use a data source object for a connection?
What is the difference between jdbc and jndi?
What are the different types of locking in JDBC?
What is drivermanager in java?
What are types of jdbc drivers?
What is jdbc odbc connection?
What is dburl?
What are drivers available?
How to use JDBC API to call Stored Procedures?
How can you load the drivers?
What are the new features available in jdbc 4.0?
What is jdbc drivers in java?
What is in term of jdbc a datasource?
What are the advantages of using jdbc datasource?
What is the advantage of namedparameterjdbctemplate?