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>reindex</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
REINDEX


Syntax:     REINDEX

Purpose:    To rebuild all open indexes in the current work area.

Usage:      UNIQUE: When you INDEX with UNIQUE ON, Clipper creates
            an index with uniqueness as an attribute.  As indexing
            proceeds and two or more records have the same key value,
            Clipper includes only the first record in the index.
            Whenever the unique index is updated, REINDEXed, or PACKed,
            only unique records are added.  This happens without regard
            to the current UNIQUE SETting.

            Note that this differs from previous versions of Clipper
            where UNIQUE was a global SETting and applied to the
            creation and updating of all open indexes.

Network:    In a network environment, REINDEX requires EXCLUSIVE USE of
            the current database file.

Library:    CLIPPER.LIB

See Also: INDEX PACK SET INDEX SET UNIQUE USE

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