This page talks about using the cachedrowset and has links to download.
http://developer.java.sun.com/developer/technicalArticles/javaserverpages/cachedrowset/#resources
---------------------------------------------------------------------
Rich Catlett [EMAIL PROTECTED] | Confuscious say "Man who stand |
Programmer | on toilet, high on pot!" |
| |
---------------------------------------------------------------------
On Tue, 24 Jul 2001, Mark Howell wrote:
> Just curious, could someone tell me what version of what package I can find
> this in? It sounds like something the J2EE world really needs a consensus
> on. Most JDBC vendors I've worked with just say "the DB caches queries, so
> always close your connections," but in reality, they don't all do the same
> thing in the same way.
>
> -Mark
> mark at nullcraft.org
>
> Rich Catlett wrote:
> >
> > My bad, this is what I mentioned earlier only I called it rowset.
> >
> > Glenn Nielsen wrote:
> >
> > > The easiest way to support navigating through result sets is adding
> > > support for the CachedRowSet which supports disconnected operation
> > > and caching of result sets between requests.
> > >
> > > Regards,
> > >
> > > Glenn
> > >
>