Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a table be open in two occurances of VFP?
Message
De
14/02/2003 09:06:52
 
 
À
13/02/2003 14:38:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752841
Message ID:
00753187
Vues:
28
>>I want to simulate two users access the same table on my PC, i.e. open the same table in two instances of VFP 7. Can this be done.
>
>Absolutely - as long as neither is opening the table exclusively.
>
>Alan

Thanks, I did the following
open database dbcname shared
use tablename in 0 shared
in both instances, then I check result of rlock(tablename), in second instance get .f. if on the same record, .t. if on different record (as expected).

Question does tableupdate work the same way?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform