home *** CD-ROM | disk | FTP | other *** search
- DATABASE UTILITIES PROGRAM
- BY ROBERT MOSS
-
- CIS ID#73717,47
- This program is a utility to make handling a database user-friendly.
- It allows you to search any database on a large number of fields;
- set a filter on the basis of a complex criterion;
- Index on any two fields;
- backup your database;
- add, delete, view, and change records;
- browse the database, and
- pack the database.
-
- The program will work on ANY database. The only restrictions are:
- - The FIRST field must be a text field. Searches will be faster
- if this field is the key field for an index.
- - In order to SELECT a subset of records, the database must contain
- a logical field called MARK.
-
- MOSS.PRG is the master module. This program will be run automatically
- if you use the "CONFIG.DB" contained in this set of files.