What is JDBC and ODBC and what are the differences between
them?
Answer Posted / md imran
#.ODBC stands for Open Database Connectivity.and
JDBC stands for Java Database Connectivity.
#.ODBC basically works like container and JDBC also works like container.
#.ODBC provide us to interface work on Microsoft DBMS.
And JDBC also provide base to work like an interface work on Java.
#.JDBC is to establish a connection with a DB(Database).
ODBC also work similar like JDBC.
#.ODBC and JDBC are an application programming interface(API).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What types of DataSource objects are specified in the Optional Package?
What is an escape syntax?
What is preparedstatement in jdbc?
What is data source in java?
What is a merge field?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What port does jdbc use?
Expalin the method of calling a stored procedure from jdbc.
What is jdbc in dbms?
Which type of JDBC driver is the fastest one?
What is the benefit of having jdbcrowset implementation?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
How you restrict a user to cut and paste from the html page using java programing?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Explain the steps in writing a java program using jdbc?