|
|||||||||||
|
RE: asp application problem.
From: Dennis Hurst <dhurst(at)spidynamics.com>
Date: Fri Mar 07 2003 - 14:06:33 EST
Set rs = oConnection.Execute("Select * from myTable") Do until rs.eof ' do something here rs.movenext Loop '
As a rule you should explicitly close any opened recordsets and set any COM object you create to nothing when you are finished with them. This is true for ADO COM objects as well as any other COM objects. I don't know if you have a virus but I do know that the error shown above will cause what you are describing. Have a great day,
Dennis Hurst
-----Original Message-----
Greetings folks, I have a problem with a ASP classic application on W2k.
After a day, the application gets hang. On the task manager, we could
see
ON doing "end process" on the IWAM_<computername> dllhost.exe process,
the
There is a SQL server(on the same box as IIS) in this application(IIS5,
SQL2000, asp classic). Could this be a virus. I have been told that the
Slammer affects the win32.dll(my guess) and/or dllhost.exe. When ever i
am
I am more confused and i do not where to start to trouble shoot.
Could it be my IIS config? or Active X dll managment in my application.
I
Cheers
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:49 EDT |
||||||||||
|
|||||||||||