Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Attempting to lock
Message
De
17/01/2008 10:43:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01282563
Message ID:
01282588
Vues:
20
Buffering = 4 (pessimistic) means that VFP will try to lock the record as soon as it's updated. That means that nobody will be able to modify this record until the user save the modification. If you don't want this behaviour, change the buffering to 3 or 5 (optimistic). You will have to deal with collisions on the updates however.

>I have forms which cursors have buffering = 4 and
>some of them have buffering = 1
>
>Does this problem happen only with buffering = 1,
>or also happen with buffering = 4 ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform