Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Triggering a VB exe

Status
Not open for further replies.

Waynest

Programmer
Jun 22, 2000
321
GB
Hi

I've developed an access 2000/SQL 7.0 system which runs on two sites. Everything is fine here on the site where the server is located but the other site is connected via an ISDN line and the access speeds are pretty much unacceptable for tasks involving a lot of database access.

To ease things on the remote site I'm thinking of taking a crucial function from my access project and compiling it to a VB .exe file which I would sit on the server and call from the other end of the ISDN line - thus cutting out all the traffic across the slow connection.

What I would like to know is...

Does this sound feasible? :)

Is it ok to run a VB .exe on an NT4 server?

How do I call the .exe file? I want to specify a path on the domain to run the .exe and have access wait for a success/failure boolean from the function before it proceeds.

I've got to sort this quickly. Any help appreciated.

Wayne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top