I tested the JDBC CachedRowSet
http://developer.java.sun.com/developer/earlyAccess/crs/index.html
"JDBCTM CachedRowSet is an implementation of the Rowset interface. The
Rowset interface is part of the JDBC 2.0 Standard Extension API.
CachedRowSet provides a disconnected, serializable, scrollable container
for tabular data. A CachedRowSet object can be thought of as a
disconnected set of rows that are being cached outside of a data source.
Data contained in a CachedRowSet may be updated and then resynchronized
with the underlying tabular data source. "
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".