Try OpenEdge Now
Developing AppServer Applications
Design and Implementation Considerations
:
Transaction and record management considerations
:
Buffer currency and NO-LOCK
:
Reading the current record
Reading the current record
If you know exactly which buffer is out of date, use
FIND CURRENT
or
GET CURRENT
with
NO-LOCK
. The
CURRENT
keyword indicates to the AVM that the record must be reread.