Function DbUnlockAll() Foundation
Releases all file and record locks in all work areas.
DbUnlockAll() --> NIL
The return value of DbUnlockAll() is always NIL.
The database function DbUnlockAll() removes all existing record and file locks in all work areas. The function is only meaningful when files are open in SHARED mode.
The command UNLOCK ALL can be used instead of DbUnlockAll().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.