Difference between revisions of "CREATE DICTIONARY"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=CREATE DICTIONARY=
 
 
 
==Class==
 
Table basics
 
 
 
 
==Purpose==
 
==Purpose==
 
Create a new applications data dictionary from an xad file
 
Create a new applications data dictionary from an xad file
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[APPEND FROM]], [[COPY DICTIONARY]], [[COPY STRUCTURE EXTENDED]], [[COPY TO]], [[CREATE FROM]],  
+
[[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE]], [[CREATE FROM]], [[INSTALL]], [[SET CLIPPER]]
  
  
 
==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.  This command is useful for moving dictionary files between non binary-compatible hardware platforms.
+
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.  
  
  
Line 30: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Table Basics]]
 +
[[Category:Table Basics Commands]]

Latest revision as of 15:33, 10 November 2009

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 Server, Recital