home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / databases / progs / dinobase / !AddInfo next >
Encoding:
Text File  |  1994-06-14  |  724 b   |  16 lines

  1. The file 'Address' is in CSV (comma separated value) format and as
  2. such, can be used with most database programs. A new datafile should
  3. first be created with the following fields in the order they appear
  4. here. The numbers in brackets represent the field length and the word
  5. indicates the type of data that will appear in the field:
  6.  
  7. Name                      (30)  Text
  8. Address                   (20)  Text
  9. Nearest Town              (15)  Text
  10. Nearest City              (15)  Text
  11. County                    (15)  Text
  12. Postcode                  ( 8)  Text
  13. Telephone Number          (15)  Text
  14.  
  15. If a fax number is also required, before loading the CSV file into the
  16. newly created datafile, add a comma at the end of each line.