Difference between revisions of "CLOSE INDEX"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | [[CLOSE]], [[CLOSE ALL]], [[CLOSE ALTERNATE]], [[CLOSE DATABASES]], [[CLOSE FORMAT]], [[CLOSE PROCEDURE]], [[SET INDEX]] | + | [[CLOSE]], [[CLOSE ALL]], [[CLOSE ALTERNATE]], [[CLOSE DATABASES]], [[CLOSE FORMAT]], [[CLOSE PROCEDURE]], [[SET INDEX]], [[USE]] |
Revision as of 14:36, 18 March 2009
Contents
[hide]CLOSE INDEX
Class
Indexing
Purpose
Close index files in the current workarea
Syntax
CLOSE INDEX
See Also
CLOSE, CLOSE ALL, CLOSE ALTERNATE, CLOSE DATABASES, CLOSE FORMAT, CLOSE PROCEDURE, SET INDEX, USE
Description
The CLOSE INDEX command closes index files in the currently selected workarea. All single indexes and non-production multiple indexes will be closed. If the active table has a production index, that is a multiple index with the same basename as the table, the production index will remain open. Production indexes can be detached from their associated tables using the USE NODBX command.Example
use patrons index events, dates, names seek "BALLET" list while event = "BALLET" close index list for event = "BALLET"