Results 1 to 3 of 3

Thread: As New & MTS

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141
    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

  2. #2
    New Member
    Join Date
    Jun 2000
    Posts
    2

    Exclamation

    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

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width