memory leak inside ectiveX script?? -
08-27-2006
, 09:11 AM
Hey eb
can this be the reason for huge memory expansion mmc is consuming
while running dts with the following activex (vb)script:
sub createCOMobject()
set obj1 = createObject("object1")
dim flag = 1
useObject flag,obj1
end sub
----------------------------------
sub useObject (flag, byRef obj1)
....
set obj1 = Nothing
end sub
Thanks for your attention
Rea |