Codefixer - ASP tutorials, resources and software
New MS SQL 2008 Available – DiscountASP.NET
Home   Articles   Resources   ASP directory   ASP Tutorials   Code Snippets   ASP Applications   Forum
Monday 6 October
MembersPro PayPal - ASP Membership software

USA & Europe Data Centers – DiscountASP.NET


ASP Partner ASP Partner ASP Partner more partners...

Close the Objects and free up Server resources

Close each object when done with them. This frees resources and memory. This applies to objects that support close methods, especially connections and recordsets!

Set each object variable to nothing when done with it.
Notice the close and set to nothing at the end of the code. NEVER forget it in your code.

<%
recordset.close
set recordset=nothing
connection.close
set connection=nothing
%>

LinksPro - Directory  and Link  Management Software







Site developed by Michael Wall - Web Design Belfast N.Ireland.
Copyright © 2000-2008. All rights reserved.

Do you intend to move to ASP.NET or have you already?
Yes will do
Have done
ASP does fine
Not a priority


Directory Software