Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communication via internet
Message
From
15/05/2006 15:19:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Communication via internet
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01121983
Message ID:
01121983
Views:
57
I have fallowing problem:

- PC should replace some data on other PC over internet with such a code. yy is a table on a remote PC
sele 0
use xx  (table on local PC)

sele yy (table on remote PC)
set order to aa

sele xx
set relaton to aa into yy
scan
   replace yy.field with xx.field
endscan
Problem is how to detect crash of a internet avoiding error like "error reding/writing file" or similar? I can detect existing of disk X: (for example) before transaction, but what if internet going down in a middle of transaction? Is there a way to detect it, cancel operation and continue with a program execution?

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform