Reserve: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The "RESERVE" and "RELEASE" parameters specify record locking rules for multi-user systems. RESERVE instructs the system to hold all previous record locks, which leaves the fi...")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The "RESERVE" and "RELEASE" parameters specify record locking rules for multi-user systems. RESERVE instructs the system to hold all previous record locks, which leaves the file for exclusive use only.
The '''RESERVE''' and [[RELEASE]] [[parameters]] specify record locking rules for multi-user systems. RESERVE instructs the system to hold all previous record locks, which leaves the file for exclusive use only.


See also:
See also:
*[[RESERVE]]
*[[RELEASE]]
*[[Protect]]
*[[Protect]]
*[[READ]]
*[[READ]]
RESERVE can be used in the following statements:
*[[Delete Statement|Delete]]
*[[Open (disambiguation)|OPEN]]
*[[Restore File]]


<noinclude>
<noinclude>
[[Category:Definitions]]
[[Category:Definitions]]
[[Category:All Parameters]]
</noinclude>
</noinclude>

Latest revision as of 17:01, 25 February 2014

The RESERVE and RELEASE parameters specify record locking rules for multi-user systems. RESERVE instructs the system to hold all previous record locks, which leaves the file for exclusive use only.

See also:

RESERVE can be used in the following statements: