Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Curiousity question; Oracle/SQL-Server...record locking
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00244186
Message ID:
00244424
Vues:
18
>> Most apps then I'm assuming then following the last one in gets the changes.

Not necessarily. You could specify that the changes are only allowed if no-one else has changed the data. Doing something like:

UPDATE table
SET column = newvalue
WHERE pkcolumn = pk AND column = oldvalue

Now, only the first person in wins.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform