home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / GOPHER / PC_SERVE / HAMBURG / GOPHDOC.ZIP / PXADD.DOC < prev    next >
Encoding:
Text File  |  1993-01-24  |  592 b   |  23 lines

  1.         PXADD - Add records to a PARADOX table
  2.             Gunter Hille
  3.             24-JAN-1993
  4.  
  5. This program reads data from a file containing database records in QUIS
  6. format. Such files are calles QUIS Exported Data and must have the
  7. extension ".QED".
  8.  
  9. Here is a file PERSONS.QED containings the birthdays of persons:
  10.  
  11. "Smith","Peter",13,"NOV"
  12. "Tiger","Scott", 1,"JAN"
  13.  
  14. You can add records to an existing table by typing:
  15.  
  16. PXADD <table>
  17.  
  18. e.g.
  19.  
  20. PXADD PERSONS
  21.  
  22. When the data are added to the table, the QED file will be deleted.
  23. You will be notified, if a record already exists in the database.