Results 1 to 3 of 3

Thread: invoke mts from vb6 client over lan?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99

    Question

    I think i understand how mts works in an asp app' but can my vb6 client app' also instantiate mts objects (ie a dll on the server instead of the same dll spread over various geographic sites).
    VB6 Enterprise sp5, SQL Server2000

  2. #2
    Fanatic Member r0ach's Avatar
    Join Date
    Dec 1999
    Location
    South Africa
    Posts
    722
    Yes.

    You should be able to reference a dll on MTS from within VB6. If you can't find it in the list, you need to go to MTS and create a Package of the components you would like to use. This will create a small exe with a DLL stubs of the components you want to use. These stubs, and the exe must be copied to the client, and the exe must be executed. It registers the MTS components on the client.

    Your client PC must obviously be able to see the Server that the Components are registered on. Hope this helps

    r0ach™
    Don't forget to rate the post

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    London
    Posts
    99
    Cheers,

    After wading through countless documentation a clear explanation.

    Thanks again.
    VB6 Enterprise sp5, SQL Server2000

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