We have created 40 components which run under MTS. Out of 40, 15 components were on ASP and rest will have the reference of others. We have used
"New" to initiate the components.
e.g DIM clsobj as New PrjCls.clsobj
Is this method is efficent than
CreateObject for MTS components
e.g
DIM obj as object
set obj = createobject("PrjCls.clsObj"
Kindly clarify the above.
Thanks in Advance.
GS
"New" to initiate the components.
e.g DIM clsobj as New PrjCls.clsobj
Is this method is efficent than
CreateObject for MTS components
e.g
DIM obj as object
set obj = createobject("PrjCls.clsObj"
Kindly clarify the above.
Thanks in Advance.
GS