S
smat-consulting
Guest
I have an integer field in every table, whose value is upped by 1 whenever a change is saved into he record using a write-trigger. That way there's no danger of overwriting an intermittent change, no matter if I in another window, or somebody else changed the record since it was last read for update. For webspeed this seems the easiest way to do optimistic locking...
Continue reading...
Continue reading...