How to implement optimistic concurrency

csimoneaux
csimoneaux Member Posts: 168
A: Set a maximum of filters. The server will lock the table (implicit) during the update
B: Set a maximum of filters and explicitly call the LOCKTABLE
C lock table when you read and you are sure that after you will do an update

I'm still not sure of the answer on this one.