home *** CD-ROM | disk | FTP | other *** search
- PXADD - Add records to a PARADOX table
- Gunter Hille
- 24-JAN-1993
-
- This program reads data from a file containing database records in QUIS
- format. Such files are calles QUIS Exported Data and must have the
- extension ".QED".
-
- Here is a file PERSONS.QED containings the birthdays of persons:
-
- "Smith","Peter",13,"NOV"
- "Tiger","Scott", 1,"JAN"
-
- You can add records to an existing table by typing:
-
- PXADD <table>
-
- e.g.
-
- PXADD PERSONS
-
- When the data are added to the table, the QED file will be deleted.
- You will be notified, if a record already exists in the database.