tc3596
Technical User
- Mar 16, 2001
- 283
I have a VB 6 application which runs several reports in the morning automatically. When I close the application, Task manager still shows the process running. Any thoughts. I looked through my code and closed recordsets and command objects.
rst.close
set rst = nothing
set cmd = nothing
Any thoughts?
rst.close
set rst = nothing
set cmd = nothing
Any thoughts?