G
Guest
I was just told that it is good practice to set a data connection to nothing
after it is closed becaue this will clear the object. Other wise the dataset
is closed but the object will remain until it times out. Is this really true
or is a holdover from asp?
Example:
conSlb.Close()
conSlb = Nothing
thanks kes
after it is closed becaue this will clear the object. Other wise the dataset
is closed but the object will remain until it times out. Is this really true
or is a holdover from asp?
Example:
conSlb.Close()
conSlb = Nothing
thanks kes