On the server
- Last Updated: January 15, 2015
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
On the server, another technique for managing lock conflicts is to use the
NO-WAIT and NO-ERROR
options on any FIND statement that also applies an
EXCLUSIVE-LOCK to the record. You can then test the
resulting record buffer using the LOCKED function to
detect a conflict:
|