That sounds reasonable.  If you've explicitly passed in a ResultSet
(including RowSet) object, you probably don't want it to be closed
automatically.

- Morgan

----- Original Message -----
From: "Bill Pfeiffer" <[EMAIL PROTECTED]>
To: "Taglibs-Dev" <[EMAIL PROTECTED]>
Sent: Thursday, September 20, 2001 1:20 PM
Subject: Re: DBTags rset.close


> Alternatively, you could have the tag check for the existance of the
"name"
> attribute and then not close the result set.  I don't think that there is
> any penalty for not closing a RowSet type result set.
>
> Any feedback on this?
>
> Bill Pfeiffer
> ----- Original Message -----
> From: "Bill Pfeiffer" <[EMAIL PROTECTED]>
> To: "Taglibs-Dev" <[EMAIL PROTECTED]>
> Sent: Wednesday, September 19, 2001 11:20 AM
> Subject: DBTags rset.close
>
>
> > Would it be possible for the DBTags ResultSet tag to take an attribute
> > telling it not to close a resultset?   I am using a RowSet and would
like
> to
> > not have to re-retrieve every time my page refreshes.  I believe that
the
> > rset.close() method call is preventing me from re-using my RowSet.
> >
> > Thanks,
> >
> > Bill Pfeiffer
> >
> >
> >


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to