What is JDBC and ODBC and what are the differences between
them?
Answers were Sorted based on User's Feedback
Answer / 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 |
Where jdbc drivermanager class is used?
What is odbc and jdbc in dbms?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How can a java objects be stored in database?
How do I receive a ResultSet from a stored procedure?
What is the difference between triggers and procedures?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is meant by dao?
Explain about column name and getter method?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is jdbc oracle thin?