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

Reply via email to