Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is a JDBC 2.0 DataSource?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What does the connection object represents?
How to move the cursor in scrollable resultset ?
How to update a resultset programmatically?
What causes the "No suitable driver" error?
Why isn't the java.sql.DriverManager class being found?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How can I retrieve a String or other object type without creating a new object each time?