D
Dave
Hi,
Can anyone explain the difference and benefit (if any) between using the
close statement and the Nothing statement?
For example, when I clean up at the end of a procedure:
rst.Close
OR
set rst = Nothing
Thanks
Dave
Can anyone explain the difference and benefit (if any) between using the
close statement and the Nothing statement?
For example, when I clean up at the end of a procedure:
rst.Close
OR
set rst = Nothing
Thanks
Dave