> Is there anyway to release the COM object created using 
> <CFOBJECT action="Create"> ??? Or CF will release the COM 
> Object automatically after used?

CF will release it for you when it's no longer needed. I believe that the
same thing happens in ASP, although ASP developers tent to set the object
pointer to Nothing when done with the object.

I'm not sure whether the object is destroyed after the last object reference
within a page, or on termination of the page.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to