Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>set exclusive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET EXCLUSIVE


Syntax:     SET EXCLUSIVE ON/off/(<expL>)

Purpose:    To determine, in a network environment, whether USE opens
            database, memo, and index files for exclusive use.

Usage:      When EXCLUSIVE is ON, all database and associated files are
            opened as non-sharable and cannot be USEd by other users
            until they are CLOSEd.

            When EXCLUSIVE is OFF, all files are opened as sharable.
            Access by other users must be controlled programmatically
            using RLOCK(), FLOCK(), and USE...EXCLUSIVE.

Library:    CLIPPER.LIB

See Also: USE FLOCK() RLOCK()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson