home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 470 / rccl002 < prev    next >
Text File  |  1987-03-02  |  820b  |  17 lines

  1. Dir : db
  2.  
  3.                       The Data Base Management System
  4.  
  5. It is a very simple minded system.  A data base is a file.  The file has  a
  6. header  with  a  magic number and the current number of entries.  Follows a
  7. fixed length sequential table of records.  Each record is  the  transform's
  8. identity and a pointer in bytes to its location in the file.  When adding a
  9. transform, the system first tries  to  fill  the  holes  left  by  possibly
  10. removed  transforms.  If  none if found, the size of the file is increased.
  11. Compacting is done separately.
  12.  
  13. The data base editor can dump the content of  a  file,  selectively  change
  14. transforms, remove them, or create new ones.  The active transform on which
  15. modifications are made, can be renamed stored and read which allows for all
  16. possible combinations.
  17.