|
-
Apr 29th, 2002, 09:36 AM
#1
Thread Starter
Junior Member
COM/DCOM Question
We've got two servers both inside the firewalls on our LAN. Server A has got a VB executable that uses Outlook components to send emails. It also has SQL. Server B doesn't have Outlook or SQL. We want to execute the VB executable on Server A from Server B.
Do you know of any simple way of doing that?
-
Apr 29th, 2002, 07:55 PM
#2
PowerPoster
Can't you use the Shellexecute API? I've never tried it over a network but it accepts a path, so just put in the path of the EXE on the other comp.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Apr 30th, 2002, 11:18 AM
#3
Frenzied Member
Use COM+
That way you can get a COM interface (for success or failure) and COM+ hides all of the details of exactly where it is that you want the executable to run (theoretically)
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
|