Difference between revisions of "CREATE DICTIONARY"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Create a new applications data dictionary from an xad file
 
Create a new applications data dictionary from an xad file
 
  
 
==Syntax==
 
==Syntax==
 
CREATE DICTIONARY FROM <.xad file>
 
CREATE DICTIONARY FROM <.xad file>
 
  
 
==See Also==
 
==See Also==
[[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE]], [[CREATE FROM]], [[INSTALL]], [[SET CLIPPER]]
+
[[APPEND FROM]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE FROM]]
 
+
  
 
==Description==
 
==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.  
 
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==
 
==Example==
Line 21: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Table Basics]]
+
[[Category:Databases]]
[[Category:Table Basics Commands]]
+
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Command Extensions]]

Latest revision as of 10:49, 21 December 2012

Purpose

Create a new applications data dictionary from an xad file

Syntax

CREATE DICTIONARY FROM <.xad file>

See Also

APPEND FROM, COPY DICTIONARY, COPY STRUCTURE, COPY STRUCTURE EXTENDED, COPY, CREATE FROM

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