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
> >

Reply via email to