If I use the JDBC API, do I have to use ODBC underneath?
No Answer is Posted For this Question
Be the First to Post Answer
Why jdbc is used in java?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What do you mean by database connection pooling?
What is drivermanager in jdbc?
How to create Connection interface object because it is Interface , Interface is not instansiated?
What is jdbc connection interface?
How to check jdbc driver version in sql server?
How can I create a custom RowSetMetaData object from scratch?
Can I use JDBC to execute non-standard features that my DBMS provides?
What are four types of JDBC driver?
How to update a resultset programmatically?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?