heavenly_blue
02-01-2005, 06:27 PM
When using things like this...
Set conWhatever = Server.CreateObject("ADODB.Connection")
Set rstWhatever = Server.CreateObject("ADODB.RecordSet")
...what kind of bad things actually happen when they are not closed in the script?
Do I need to close them AND set them = Nothing, or does it even matter?
Set conWhatever = Server.CreateObject("ADODB.Connection")
Set rstWhatever = Server.CreateObject("ADODB.RecordSet")
...what kind of bad things actually happen when they are not closed in the script?
Do I need to close them AND set them = Nothing, or does it even matter?