[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CHANGED: CREATE FROM
------------------------------------------------------------------------------
The syntax for the CREATE FROM command is now:
CREATE <xcDatabase> FROM <xcExtendedDatabase>
[NEW] [ALIAS <cAlias>] [VIA <cDriver>]
The following clauses have been added to the CREATE FROM command.
NEW is an optional clause that designates that the newly created
database should be opened in a new work area. If not specified, the
resultant database (.dbf) file will be opened in the current work area.
ALIAS <cAlias> is the alias name to use when opening the database in a
new work area. This allows for the creation of files whose names would
not be a legal identifier.
VIA <cDriver> is the name of the database driver to use to create the
database. Note that the structure extended file must be created using
the same database driver.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson