Using INDEX ON <Tag> UNIQUE to Create Unique IndexLast reviewed: April 29, 1996Article ID: Q90959 |
The information in this article applies to:
The "INDEX ON <field> TO <idx_file> | TAG <tagname> UNIQUE" command creates an index in which only one record appears for each key value in the database. The UNIQUE qualifier specifies that only the first record with a particular index key is included in an IDX or CDX index tag. You can use a UNIQUE index to prevent access or display of duplicate records because all subsequent records with the same index keys are excluded from the index file. Using the UNIQUE qualifier in the INDEX command has the same effect as issuing the SET UNIQUE ON command before issuing the INDEX or REINDEX command. If a key is deleted, it is removed from the index, even if the file contains other occurrences of the deleted key.
|
Additional reference words: VFoxWin 3.00 FoxDos FoxWin 1.00 1.01 1.02 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |