Re: Run VB6 .exe on server from a remote machine on same network; db is SQL Server 2000
- From: "Dave" <nobody@xxxxxxxxxxx>
- Date: Mon, 14 Nov 2005 11:46:10 -0000
Do you mean to run a program from a remote server on a local PC, or run a
program on a remote PC and control it locally?
For the first option you must install all the runtimes and the SQLServer
client on the local machine, as you do that you might as well install the
program at the same time and avoid the network traffic of running a program
across the network. Don't imagine that by having the program and the
database on the same server you will reduce traffic, in fact it will be
worse as all the work is performed on the local PC while all the data is
remote.
For the second option any remote operation software will do the job,
PCAnywhere, Remote Desktop, Citrix (overkill perhaps).
Best Regards
Dave O.
"L Mehl" <mehl@xxxxxxxxxx> wrote in message
news:geVdf.11186$BZ5.1690@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello --
>
> Please advise if there is a more appropriate group for this post.
>
> I don't have the networking skills to solve this problem, and need some
> help.
>
> The exe and the SQL Server 2000 db are both located on the server (Win
> 2003
> Server).
>
> What do I have to do to be able to run the app from another machine on the
> network?
>
> Thanks for any help.
>
> Larry Mehl
>
>
.
- References:
- Prev by Date: Re: VB Source code in 98 vs. XP
- Next by Date: Re: list files from folder in hard disk
- Previous by thread: Run VB6 .exe on server from a remote machine on same network; db is SQL Server 2000
- Next by thread: Re: Run VB6 .exe on server from a remote machine on same network; db is SQL Server 2000
- Index(es):
Relevant Pages
|