NT4/MTS/VB6 environment
I have heard a lot of people recommend that you should explicitly clean up objects that you've created (set them to nothing in VB) instead of relying on SetAbort to completely handle this cleanup.
So, my question is why should you do this? Does SetAbort not clean up everything? Are there bugs in NT or MTS that require you to clean up your objects explicitly? If so, then I can understand the recommendation. If not, then can someone explain why?
Just curious....
Thanks in advance.
Tom
I have heard a lot of people recommend that you should explicitly clean up objects that you've created (set them to nothing in VB) instead of relying on SetAbort to completely handle this cleanup.
So, my question is why should you do this? Does SetAbort not clean up everything? Are there bugs in NT or MTS that require you to clean up your objects explicitly? If so, then I can understand the recommendation. If not, then can someone explain why?
Just curious....
Thanks in advance.
Tom