Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Stefan Wuebbe
  Where is Stefan Wuebbe?
 Hamburg
 Germany
 Stefan Wuebbe
 To: Milos Bogunovic
  Where is Milos Bogunovic?
 
 United Kingdom
 Milos Bogunovic
 Tags
Subject: RE: Remote data access
Thread ID: 201240 Message ID: 201245 # Views: 53 # Ratings: 0
Version: Visual FoxPro 8 Category: Web Services
Date: Saturday, November 01, 2008 1:54:29 PM         
   


> I have a reservation system running in a number of locations. Some of the installations are networked over several PC's in a single office, with the terminals configured to access data tables with DEFAULT = X added to the config.mem (a mapped drive letter).
>
> This all works fine. Now I have users that wish to network satelite locations to the server using the internet.
>
> Does anyone have any ideas how a mapped network drive can be achieved using the web (assuming the server system was connected using a static IP address).
>

The file server approach does not work well in a wide-area network WAN, and also not so well via WLAN for that matter - connection is "too thin" usually, too much delay, timeouts, etc.
Your description rather sounds as if a VPN / "Terminal Services" approach might work, so that each long-distance user would work on the TS server, virtually connected vioe remote Desktop software, Citrix, MS "Terminal Services", "Team Viewer" etc.
There have been a few threads about that recently -> Foxite -> "Home" -> "Search"

(FWIW, UNC paths, like \\theServerName_or_IP\sharedFolder, do work better than mapped drives in my experience, because mapped folders sometimes fall into "sleep" mode (Windows issue).)



hth
-Stefan



COMPLETE THREAD
Remote data access Posted by Milos Bogunovic @ 11/1/2008 1:41:25 PM
RE: Remote data access Posted by Stefan Wuebbe @ 11/1/2008 1:54:29 PM
RE: Remote data access Posted by Milos Bogunovic @ 11/1/2008 2:16:41 PM
RE: Remote data access Posted by Stefan Wuebbe @ 11/2/2008 12:28:01 AM
RE: Remote data access Posted by M. Akram Bhatti @ 11/1/2008 1:56:39 PM
RE: Remote data access Posted by Milos Bogunovic @ 11/1/2008 2:21:48 PM
RE: Remote data access Posted by M. Akram Bhatti @ 11/2/2008 6:20:46 AM