Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird behaviour of the table
Message
De
30/05/2007 04:03:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Weird behaviour of the table
Divers
Thread ID:
01229217
Message ID:
01229217
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform