wind wrote:
> Cor
>
> no. i mean from a window client application. After i mapped the local
> drive to a remote server, i can set the connect string as "Data
> Source=\\folder\xxx.mdb". But it doesn't like i map to a local area
> network, it need to upload and download the whole file when i read
> and save a record everytime.
> Someone said I can only setup a VPN in order to prevent this problem,
> is it correct?
> And will it be the problem that the server is only a FTP server?
The driver for access, the code that actually does the 'db logic' is
running on the client pc. The data is in a file, and it reads the
'file' to be able to perform the db operations. If you don't want that,
the only option you have is to create a service on the server which
performs the db actions and sends the results to the client. This is
easily done using remoting or by creating a webservice.
FB
>
> Thanks
> Wind
>
>
> "Cor Ligthert [MVP]" <(E-Mail Removed)>
> ¼¶¼g©ó¶l¥ó·s»D:%(E-Mail Removed)...
> > Wind
> >
> > You say up and download, do you mean that you want to do from a
> > webpage (aspx). That you can forget if it is outside your domain.
--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET:
http://www.llblgen.com
My .NET blog:
http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------