What is ODBC and JDBC? How do you connect the Database?
No Answer is Posted For this Question
Be the First to Post Answer
What is an advantage of using the jdbc connection pool?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
When do we get java.sql.SQLException: No suitable driver found?
What is jdbc odbc?
What are the packages are used in jdbc?
What is JDBC RowSet? What are different types of RowSet?
What does executeupdate return in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is statement and resultset in jdbc?
What is meant by jdbc and odbc?
Without using of Class.forName(? ?), how do you connect to db?
Result set’s index starts with 0 or 1?