What is JDBC and ODBC and what are the differences between
them?
Answer Posted / preethi kumar
1.ODBC is for Microsoft and JDBC is for java applications.
2.ODBC can be directly used with Java because it uses a C
interface.
3.ODBC makes use of pointers which have been removed
totally from java.
4.ODBC mixes simple and advanced features together and has
complex options for simple queries,But JDBC is designed to
keep things simple while allowing advanced capabilities
when required.
5.ODBC doesnt requires manual installation of the ODBC
driver
manager and driver on all client machines.JDBC drivers are
written in java and JDBC code is automatically
installable,secure,and portable on all platforms.
6. JDBC API is a natural Java Interface and is built on
ODBC. JDBC retains some of the basic feature of ODBC
| Is This Answer Correct ? | 89 Yes | 43 No |
Post New Answer View All Answers
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is the full form of jdbc?
What is the difference between client and server database cursors?
What is 2 phase commit?
What is the function of drivermanager class?
What is the advantage of namedparameterjdbctemplate?
Why is jdbc used?
What is meant by jdbc?
Give an example for execution of sql statement.
Which type of driver provides jdbc access via one or more odbc drivers?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is odbc and jdbc?
What are the higher level apis under development on top of jdbc currently?
How you restrict a user to cut and paste from the html page using java programing?
How can I get or redirect the log used by DriverManager and JDBC drivers?