|
-
Sep 1st, 2000, 03:46 AM
#1
Thread Starter
Lively Member
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 
-
Sep 1st, 2000, 04:53 AM
#2
Fanatic Member
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
-
Sep 1st, 2000, 05:10 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|