Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use vfp on WAN
Message
 
To
03/09/2008 11:56:51
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344538
Message ID:
01344621
Views:
13
Hi,

>how to use vfp on WAN

if the connection is very slow you need to minimize network transfer:

- Keep the number of tags to a minimum
- Dont' use an index on DELETED()
- Optimize queries for best balance
- Don't open more tables than you need, but keep tables open once you opened them

Normally, VFP isn't best suited for WAN connections. A better solution would probably be to use some sort of Terminal Services or remote control software.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform