Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Curiousity question; Oracle/SQL-Server...record locking
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00244186
Message ID:
00244424
Views:
16
>> 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
Previous
Reply
Map
View

Click here to load this message in the networking platform