Skip to main content
Inspiring
November 16, 2006
Question

DW doesn't close Recordset?

  • November 16, 2006
  • 1 reply
  • 195 views
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.


This topic has been closed for replies.

1 reply

Inspiring
November 18, 2006
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.
>