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?
Thanks
Wind
"Cor Ligthert [MVP]" <notmyfirstname@planet.nl> ¼¶¼g©ó¶l¥ó·s»D:%23QQsl89BGHA.2356@tk2msftngp13.phx.gbl...
> 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.
>
> Cor
Frans Bouma [C# MVP] - 24 Dec 2005 09:10 GMT
> Cor
>
[quoted text clipped - 6 lines]
> 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
[quoted text clipped - 5 lines]
> > 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.

Signature
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Cor Ligthert [MVP] - 24 Dec 2005 09:37 GMT
Wind,
I agree with Frans where I would because it simplicity go for the
webservice.
Your alternative is the SQL Server Express, be aware that it is limited in
use and that it his hard to maintenance as databaseserver withouth the SQL
full tools. (I saw that there is an upcomming tool for that on this page)
http://msdn.microsoft.com/sql/express/
I hope this helps,
Cor
wind - 24 Dec 2005 10:06 GMT
But I have finished coding... If i use remoting or webservice as FB mention,
do i need to do much changes? I have no idea what they are.
Thanks
Wind
"Cor Ligthert [MVP]" <notmyfirstname@planet.nl> ¼¶¼g©ó¶l¥ó·s»D:eYSZL2GCGHA.1028@TK2MSFTNGP11.phx.gbl...
> Wind,
>
[quoted text clipped - 10 lines]
>
> Cor
Cor Ligthert [MVP] - 24 Dec 2005 11:39 GMT
That depends,
See this walkthrough, in my opinion the best on MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/v
bwlkCreatingDistributedWebApplicationWalkthrough.asp
Maybe can this give you as well some idea,s that the dataset is read from
disk direct instead filled by the dataadapter from access is of course a
detail.
http://www.vb-tips.com/default.aspx?ID=0c1491cc-bed8-4525-b2b2-dd138c31a825
I hope this helps,
Cor