Click to See Complete Forum and Search --> : As New & MTS
efrat
Jun 13th, 2000, 07:17 PM
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
vincec
Jun 13th, 2000, 08:42 PM
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
Clunietp
Jun 14th, 2000, 10:00 AM
go here efratchuck
http://forums.vb-world.net/showthread.php?threadid=19440
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.