> > I've never used COM so I'm hoping it wont be too much trouble. > > Is it true that once the object is loaded in memory it can be > > destroyed from CF? > > yeah just set the com object to something else > > ie a com object is called com_object1 > > <cfset com_object1=""> kills it
Unfortunately, this doesn't always work, so you'll need to test with the specific platform (Windows version & CF version) and COM objects. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

