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

  1. The file 'Dino' is in CSV (comma separated value) format and as such,
  2. can be used with most database programs. A new datafile should first
  3. be created with the following fields in the order they appear here.
  4. 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            (15)   Text      
  8. Pronunciation   (25)   Text
  9. Height          ( 4)   Integer   Maximum in metres
  10. Length          ( 4)   Integer   Maximum in metres 
  11. Domicile        (20)   Text      Area of the world commonly found
  12. Terrain         ( 4)   Text      Mainly land sea or air
  13. Diet            (20)   Text      
  14. Period          (12)   Text      Approx period creature lived
  15. Earliest        ( 3)   Integer   Approx time of earliest example
  16.  
  17. The manual accompanying the database program will show you how to
  18. create a new datafile and how to set the fields.