Difference between revisions of "CREATE DICTIONARY"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Table basics | Table basics | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE EXTENDED]], [[COPY | + | [[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE]], [[CREATE FROM]], [[INSTALL]], [[SET CLIPPER]] |
Revision as of 09:53, 28 April 2009
Class
Table basics
Purpose
Create a new applications data dictionary from an xad file
Syntax
CREATE DICTIONARY FROM <.xad file>
See Also
APPEND FROM, BUILD, COPY DICTIONARY, COPY STRUCTURE, COPY STRUCTURE EXTENDED, COPY, CREATE, CREATE FROM, INSTALL, SET CLIPPER
Description
The CREATE DICTIONARY command is used to create a new dictionary file from an xad file. The <.xad file> is created with the COPY DICTIONARY command.
Example
use accounts create dictionary from accounts.xad
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer