Hi All
I need to write a component that be in MTS
But my Boss say that As New is not Good
And i need to use create Object
Why ??????
Thanks
Efrat
Printable View
Hi All
I need to write a component that be in MTS
But my Boss say that As New is not Good
And i need to use create Object
Why ??????
Thanks
Efrat
Probably because you will want to create the MTS object on a machine other than the one you are running on.
Example:
dim obj as object
set obj = CreateObject("some.class",remoteServerName)
I don't believe you can specify a server or machine name with NEW
go here efratchuck
http://forums.vb-world.net/showthrea...threadid=19440