home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / data17.lbr / DATA.DZC / DATA.DOC
Encoding:
Text File  |  1992-12-06  |  2.5 KB  |  67 lines

  1.  
  2.                             DATA documentation
  3.  
  4. DATA is a database management system which consists of the following files.
  5.  
  6. DATAxx.BAS   the source code of the BASIC program
  7. DATA.DOC     this file
  8. DATAxx.COM   the compiled version of the program
  9. DATA.PRM     a parameter file read at startup
  10. *.DAT        sample data file(s)
  11.  
  12. ...
  13.  
  14. To run it, type DATAxx <ret> 
  15.  
  16. The program will ask you what drive you want the records on and will 
  17. default to the second drive letter in the second line of the DATA.PRM file 
  18. if you hit <ret>.
  19.  
  20. The first letter in the second line of the DATA.PRM file is the maximum 
  21. drive you want to permit records to be allowed on. DATA.PRM also contains 
  22. terminal configuration data and the names of data files. ** YOU WILL HAVE 
  23. TO EDIT THIS FILE FOR YOUR TERMINAL etc. **
  24.  
  25. A .DAT file's first record contains four fields; the string DATA.DAT, a 
  26. number indicating the number of records in the file, another number 
  27. indicating the number of fields per record and finally, an encrypted 
  28. password. The program assigns a newly created database the password 
  29. PASSWORD. This may later be changed by the user. This password mechanism 
  30. was added to prevent unwanted updating. To update a database, you must 
  31. first select the exPand menu command and then type in the password.
  32.  
  33. ...
  34.  
  35. The second record holds descriptions for each "field" in the following 
  36. "data" records.
  37.  
  38. The program displays a menu from which the user selects the function 
  39. desired.  You may Enter, Change, Kill, Find, Read and List up to 50 
  40. records. If the file DATA.DOC (this file) is on the logged disk, Help 
  41. requests will print its contents, page by page. You may also change the 
  42. default Drive, toggle eXpert mode and, if you use the special password SU 
  43. (Super User), Zap, Sort or Print databases.
  44.  
  45. Records may hold up to 18 "fields" or lines. When you specify a database 
  46. name which is new, on your first record entry, you are asked to supply 
  47. descriptions for each line in the data records.
  48.  
  49. You may easily change to a New database with this program.
  50.  
  51. ...
  52.  
  53. Deletion is handled internally by replacing the first field of the record 
  54. to be deleted by an asterisk ("*"). These records are bypassed in 
  55. subsequent print requests and actually get deleted when the user selects 
  56. the Quit or New option. This option puts the records manipulated in 
  57. internal arrays back into the .DAT file.
  58.  
  59. Lee Bradley
  60. 24 East Cedar Street
  61. Newington, CT 06111
  62.  
  63. (203) 665-1100 (RCP/M)
  64.  
  65. 12/06/92
  66.  
  67.