I have a buffered table and I work with a NT server
Some time happen that one user modify a record
And when other user came and access the same record
Doesn’t see the last modifications.
Does some one has any Idea to how to avoid this
thanks
- "PC Ext: Explanation of Opportunistic Locking on Windows NT (Q129202)".
To absolutely make sure you have the current record as it's written out on disk (and not one in the local workstation's cache), do an explicit RLOCK() ( and then you'll want to free the lock so others can get to it).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.