Un-Answered Questions { JDBC }

Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

553


How can I create a custom RowSetMetaData object from scratch?

557


How does a custom RowSetReader get called from a CachedRowSet?

583


RowSetInternal caller and returns void. What can I do in the readData method?

561


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.

531


password, is stored in as plain text. What can I do to protect my passwords?

531


How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

616


What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

514


How can I determine the isolation levels supported by my DBMS?

532


How do I receive a ResultSet from a stored procedure?

531


What does it mean to "materialize" data?

533


Why do I have to reaccess the database for Array, Blob, and Clob data?

554


What is an SQL Locator?

597


How do I check in my code whether a maximum limit of database connections have been reached?

591


How do I disallow NULL values in a table?

555