Difference between revisions of "CLOSE INDEX"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Close index files in the current workarea | Close index files in the current workarea | ||
Line 16: | Line 12: | ||
==Description== | ==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 | + | 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 <table> NODBX command. |
Line 30: | Line 26: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Indexing]] | [[Category:Indexing]] | ||
[[Category:Indexing Commands]] | [[Category:Indexing Commands]] |
Latest revision as of 15:18, 10 November 2009
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 <table> NODBX command.
Example
use patrons index events, dates, names seek "BALLET" list while event = "BALLET" close index list for event = "BALLET"
Products
Recital Server, Recital