Using CachedRowSet to Transfer JDBC Query Results Between Classes (O'ReillyNet)
[Posted June 28, 2004 by cook]
Sean Eidemiller
works with the Java Database Connectivity (JDBC) API on O'Reilly.
"JDBC developers have always needed to keep a database connection open while
pulling query results. But with the CachedRowSet in J2SE 1.5, it's now
possible to disconnect and then get results. Sean Eidmiller shows the
advantages of this approach."
(Log in to post comments)