[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
USE
USE opens an existing database file, its associated memo (.dbt) file,
and optionally associated index files in the currently selected work
area.
Syntax
USE [<file>/(<expC>)] [INDEX <file list>/(<expC>)] [,(<expC)]...]
[EXCLUSIVE] [ALIAS <alias>/(<expC>)]
Argument
<file> is the name of the database file to open.
Options
Index: The INDEX <file list> clause specifies the name(s) of up to
15 index files to open in the current work area.
Alias: The <alias> is the name to associate with the work area when
the database file is opened. If this clause is not specified, the
alias defaults to the database filename.
Exclusive: The EXCLUSIVE clause opens the database file for non-
shared use in a network environment. All other users are denied access
until the database file is CLOSEd.
Usage
When a database file is opened, the record pointer is positioned at the
first logical record in the file (record 1 if there is no index file
specified).
USE without an argument CLOSEs the active database file, associated
index, and memo files in the current work area.
See Also:
CLOSE
INDEX
SELECT
SET INDEX
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson