CREATE DICTIONARY

From Recital Documentation Wiki
Revision as of 12:56, 18 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CREATE DICTIONARY

Class

Table basics


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 EXTENDED, COPY TO, 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. This command is useful for moving dictionary files between non binary-compatible hardware platforms.


Example

use accounts
create dictionary from accounts.xad


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer