Maybe I didn't phrase this too well. What I mean is this -
If I create a recordset in DW, then the rs is automatically
closed at the
bottom of the page by DW. If I use the ASP Command and return
records then
there is no rs.close. Is this ok or should I close the object
myself
explicitly?
"SteveG" <ssdfsd@sdfsd.com> wrote in message
news:ejihtl$niu$1@forums.macromedia.com...
> If I return a recordset from my SQL database using an
ASP Command object I
> have noticed that Dreamweaver doesn't close the
recordset at the end of
> the page. Is this correct or should I close the
recordset.
>