Question
ASP Command object isn't closed in DW code?
Hi,
I have recently noticed that the Pagefile useage on one of my servers runs
high most of the time. I am wondering if this is due to memory leakage from
the fact that my DW generated code doesn't explicitly close the Command
object in the ASP code.
Does anyone know if this could be helped by setting the Comand object '=
Nothing' at the end of the script or is there another way.
I am using DWMX2005 - Classic ASP to a SQL Server 2000 db.
Thanks.
I have recently noticed that the Pagefile useage on one of my servers runs
high most of the time. I am wondering if this is due to memory leakage from
the fact that my DW generated code doesn't explicitly close the Command
object in the ASP code.
Does anyone know if this could be helped by setting the Comand object '=
Nothing' at the end of the script or is there another way.
I am using DWMX2005 - Classic ASP to a SQL Server 2000 db.
Thanks.