Steve Ellenoff wrote:
>> "Update using PK and Changed Fields" just like the option for views:
>>
>> UPDATE Customer SET LastName = "Jones" WHERE Customer.id = 37 and
>> LastName="Smith"
>>
>> Fails if someone else has already updated the record so that the ID=37
>> and LastName="Smith" is not a match.
>>     
>
> Interesting approach. So in your scenario, the last user always loses?
>
>   

No...everyone who attempts to make their change after the 1st person has 
changed it (assuming they all checked out the data at the same time) 
loses....not just the last guy.

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to