Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private data session and buffering
Message
De
17/08/2001 12:39:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00545231
Message ID:
00545478
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Hi Benoit,

The only trouble with RLOCK is that it is possible (though not probable) that in the milliesecond between your UNLOCK and REQUERY() another user might access the record.

The most reliable way to do what you want (if it absolutely is necessary) is to programmatically try to change the data between the REQUERY() and displaying it to the user and trapping for the "Record is in use by another" error (109). Then you can display the message to your user as you please.

pamela
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform