Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 pop_mail Close recordset missing
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Image
Average Member

Canada
574 Posts

Posted - 23 September 2007 :  19:47:41  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
line 56


if rs.bof or rs.eof then
   rs.close
   set rs = nothing
   Response.Write "    <p><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHiLiteFontColor & """>There is no Member with that Member ID</font></p>" & vbNewLine
else
   strRName = ChkString(rs("M_NAME"),"display")
   strREmail = rs("M_EMAIL")
   strRReceiveEmail = rs("M_RECEIVE_EMAIL")

   rs.close
   set rs = nothing
<

Edited by - AnonJr on 17 March 2009 19:14:54

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 24 September 2007 :  03:14:51  Show Profile  Visit HuwR's Homepage
while it is desirable to close it, it is not strictly a bug, since ALL recordsets are closed AUTOMATICALLY when ASP finishes processing the page.<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 05 December 2007 :  13:45:00  Show Profile
Fixed in version 3.4.07.<

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07