Question
A question about objects and queries
I just started using COM objects in ColdFusion. I am mostly
using CreateObject, but occasionaly use <CFOBJECT>
My question is; Do I have to destroy these object variables when I am done? I know in a lot of other languages I work in, you have to "clean up'" after yourself and destroy some variables when you are done to avoid memory leaks. How does CF handle this?
While I am asking, what about queries? Do hey have to be destroyed as well? What about queries made with QueryNew?
Thank you for the help.
My question is; Do I have to destroy these object variables when I am done? I know in a lot of other languages I work in, you have to "clean up'" after yourself and destroy some variables when you are done to avoid memory leaks. How does CF handle this?
While I am asking, what about queries? Do hey have to be destroyed as well? What about queries made with QueryNew?
Thank you for the help.