View Single Post
  #5 (permalink)  
Old September 20th, 2007, 08:21 AM
dparsons dparsons is offline
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

In regards to objects: Database, FSO, etc you should ALWAYS set their value to Nothing once you are done with them as it can lead to memeory leaks. Variables, on the other hand, I personally don't think it is necessary to set their values to nothing.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
Reply With Quote