Answer Posted / guest
ODBC is the industry-standard interface by which database
clients connect to database servers.
JDBC is a pure Java solution that does not follow the ODBC
standard.
However, there is a bridge between JDBC and ODBC that allows
JDBC to access databases that support ODBC.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Briefly tell about the jdbc architecture.
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is the use of dialect?
Is jdbc a middleware?
Which package is used for jdbc application?
Explain creation of statement object with connection method create method with help of an example.
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Explain the locking system in jdbc & its types?
What are the advantages of using jdbc datasource?
What is jdbc thin client?
What is drivermanager in java?
What is while rs next ())?
Is jdbc object oriented?
What does jdbc setmaxrows method do?
What is jdbc and odbc in java?