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?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How can I create a custom RowSetMetaData object from scratch?
How does a custom RowSetReader get called from a CachedRowSet?
RowSetInternal caller and returns void. What can I do in the readData method?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
password, is stored in as plain text. What can I do to protect my passwords?