|
Btrieve Butil
RESET - Resets user resources
CREATE - Creates Btrieve File STAT - Display file Statistics COPY - Copy records from one Btrieve file to another DROP - Removes supplemental index INDEX - Create external index EXTEND - Extend file across volumes LOAD - Load sequntial data into file RECOVER - Extract sequential records from damaged file SAVE - Extract sequential file SINDEX - Creates supplementary index STOP - Removes resident Btrieve from memory VER - Displays current version The RESET command using the following format:
The Reset utility performs a Btrieve reset operation to release the resources It releases all locks, aborts any pending transactions, and closes any open files for the station. To run CREATE use this format:
The CREATE utility generates an empty Btrieve file with the characteristics you specify. Before you have to provide it with some specific instructions in a description file. See:
To run STAT using the following format:
STAT reports the defined characteristics of a Btrieve file and statistics about its contents. Use STAT to determine all parameters specified for a file with the CREATE utility, and provides information on the volume of keys and records in the file and the name of the file's extensions.
To run COPY using the following format:
The copy utility copies the contents of one Btrieve file to another. To do this first create a new file with the new characteristic. then use the COPY command to transfer the data records to the new file.
The command format for the DROP utility is as follows:
Use the BUTIL -DROP utility to remove a supplemental index from a Btrieve file. To build an external index using the format below:
Allows to index a Btrieve file based on a field in a record that you had not previously specified as key. The records in the new file consiste only of the 4-byte direct adress of each record in the original Btrieve file followed by the value on which you wish to sort.
To extend a file across two volumes, enter your EXTEND command following the format shown below:
Enables to create files which extend across two logical disk drives. When you create a Btrieve file with CREATE you can define the file only for a single volume.
To start LOAD using the following format:
LOAD allows to insert records from a sequential file into a Btrieve file. It expects each record in the load file to begin with the length of the record in ASCII a one character separator, the record which should be the exact length given, and a carriage return /line feed.
To retrieve the data from a damaged Btrieve file, enter your command using the following format:
Allows to recover data from a damaged Btrieve file.
To run SAVE enter your command in the following format:
Lets you retrieve the records from a Btrieve file and store them in a sequential file. It is the exact inverse of LOAD.
The command format is as follows:
Creates a supplemental index for an existing Btrieve file.
To run STOP enter your command as follows:
STOP removes the Btrieve Record Manager from memory and returns Btrieve allocated memory to the operating system.
To run VER enter your command as follows:
This utility reports the version of the Btrieve record manager that is loaded at the workstation. |
| btrv_butil.html |
|
This documentation as well as any accompanying software is an
exclusive property of AR Enterprise Spa ®. It is not allowed to reproduce copy, translate it without express permission. |