dbTalk Databases Forums  

memory leak inside ectiveX script??

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss memory leak inside ectiveX script?? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rea
 
Posts: n/a

Default 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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.