Database Utilities
The database utilites can be used to:
- Export certain data to a text file using the field delimeter of your choice or true CSV (MS Excel) format. The export feature exports headers as well as the actual data.
- Import data from a text file. When importing data, you must delete the header information or you may get an invalid data type error.
- Compact and repair the database on your command. NOTE: To ensure the health of your database this should be done on a regular basis.
- Backup the database to a name and location of your choice.
- Restore the database from a name and location of your choice.
- Clear the database - delete ALL Data - including sample data.
Back to Table of Contents.