Difference between revisions of "CLOSE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Close a table and associated files in a specified workarea | Close a table and associated files in a specified workarea | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[CLOSE DATABASES]], [[CLOSE FORMAT]], [[CLOSE INDEX]], [[CLOSE PROCEDURE]], [[ | + | [[CLOSE ALL]], [[CLOSE DATABASES]], [[CLOSE FORMAT]], [[CLOSE INDEX]], [[CLOSE PROCEDURE]], [[DBF()]], [[SELECT]], [[SELECT()]], [[USE]] |
Line 32: | Line 25: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Table Basics]] | ||
+ | [[Category:Table Basics Commands]] |
Latest revision as of 15:09, 10 November 2009
Purpose
Close a table and associated files in a specified workarea
Syntax
CLOSE <workarea | alias>
See Also
CLOSE ALL, CLOSE DATABASES, CLOSE FORMAT, CLOSE INDEX, CLOSE PROCEDURE, DBF(), SELECT, SELECT(), USE
Description
The CLOSE command closes the table and its associated index files and format files in the specified <workarea | alias> workarea.
Example
select a use patrons index names select b close patrons
Products
Recital Server, Recital