Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird behaviour of the table
Message
From
30/05/2007 04:59:09
 
 
To
30/05/2007 04:03:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01229217
Message ID:
01229219
Views:
10
Your line dCust='\\PC1\MYAPP\DATA\CUST.DBF' clearly specifies that your table us on machine PC1. So if you delete some records, they will of course also be deleted when you connect to the same table from another machine! What else did you expect?

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform