|
-
Jun 13th, 2000, 07:17 PM
#1
Thread Starter
Addicted Member
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
-
Jun 13th, 2000, 08:42 PM
#2
New Member
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
-
Jun 14th, 2000, 10:00 AM
#3
Guru
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|