Data Access via VPN
- From: "Richard" <rstratton40@xxxxxxxxx>
- Date: 4 Mar 2007 14:57:57 -0800
I have an app that originally was used on a LAN. It is now being used
not only over the LAN but also through a VPN.
The app is very recordset intensive and uses Access as the database.
By recordset intensive I mean many calls to the database tables for
seaching and looking up various data.
As might be expected, the program grinds to a snails pace when running
through the VPN even though it is lightning fast over the LAN.
I am thinking of trying to make a server/client app whereby the client
on the work station sends a request to the server on the server
computer and the server simply returns the relavent data to the
client.
In my mind I see the "Request" consisting of Properties and a Method
which the server would act upon then send the Response which would
consisting of "Properties" which would be evaluated and used by the
client.
Since this has to be a very common issue there must be a standard
solution to the problem.
My question is:
If there is a standard solution, what is it?
If not does anyone have any suggestions as to how I can make this
work?
Is DCOM the answer?
Again thanks to all those that reply.
Richard
.
- Follow-Ups:
- Re: Data Access via VPN
- From: vovan
- Re: Data Access via VPN
- From: Stefan Berglund
- Re: Data Access via VPN
- Prev by Date: Re: Excel automation late binding
- Next by Date: Re: Overflowing a Long
- Previous by thread: Excel automation late binding
- Next by thread: Re: Data Access via VPN
- Index(es):
Relevant Pages
|
Loading