I've been working on an app which occasionally locks individual records
of a file opened as RANDOM. I was just testing the use of UNLOCK #Dev%
to unlock all the records that were locked individually. I noticed that
it didn't matter if I unlocked them at all. Upon closing the file, the
records were unlocked. Is it necessary to execute the UNLOCK statement?
------------------
Bernard Ertl
of a file opened as RANDOM. I was just testing the use of UNLOCK #Dev%
to unlock all the records that were locked individually. I noticed that
it didn't matter if I unlocked them at all. Upon closing the file, the
records were unlocked. Is it necessary to execute the UNLOCK statement?
------------------
Bernard Ertl
Comment