What is JDBC API and when do we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Does the JDBC-ODBC Bridge work with Microsoft J++?
How to retrieve warnings in jdbc?
How can you load the drivers?
What is jdbc odbc bridge in java?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Explain the locking system in jdbc?
Describe odbc?
How many isolation levels are supported in JDBC and what are they?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Can we use the one instance of Statment to execute more than one query ?
How can we disable a constraint ?
r u used any design patterns in your project?