Difference between revisions of "SET MULTIUSER"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set multiuser off | set multiuser off | ||
use demo | use demo | ||
− | edit</ | + | edit |
+ | </code> | ||
Revision as of 11:25, 19 March 2009
Contents
SET MULTIUSER
Class
Environment
Purpose
Enable or disable all multi-user commands and functions
Syntax
SET MULTIUSER ON | OFF | (<expL>)
See Also
FLOCK(), LOCKF, LOCKR, RLOCK(), SET EXCLUSIVE, UNLOCK, USE
Description
If MULTIUSER is set OFF, all multi-user commands and functions are disabled. As a result, all files are opened exclusively. The FLOCK() and RLOCK() functions will always return a .T.. Commands such as UNLOCK, SET EXCLUSIVE, and USE...EXCLUSIVE are ignored. This allows multi-user applications to be distributed and run with single-user licenses. By default, MULTIUSER is OFF.
Example
set multiuser off use demo edit
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer