Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird behaviour of the table
Message
From
30/05/2007 04:03:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Weird behaviour of the table
Miscellaneous
Thread ID:
01229217
Message ID:
01229217
Views:
62
I got a very weird situation.

I have the same app in two PCs, I copy the records from one PC to another, but since then, whatever I do to the table in one PC, the other PC will follow.

I do it this way:
dCust='\\PC1\MYAPP\DATA\CUST.DBF'  
use (dCust) alias impCust in 0

sele impCust
scan
  insert into cust (....) values (....)
endscan
(cust.dbf is the database's table, not free table)

after that, if I delete some records in PC1, I will miss the same records in other PC.
(this is two same apps in two separate PCs)

please help.

thanks
Next
Reply
Map
View

Click here to load this message in the networking platform