home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / MBASE / MBASE51.TAR / mbase51 / tech / chapter.8 < prev    next >
Encoding:
Text File  |  1993-09-04  |  1.4 KB  |  27 lines

  1. Tech Chapter 8 - Data compression                                 MetalBase 5.1
  2. -------------------------------------------------------------------------------
  3.  
  4. This shareware release of MetalBase 5.1 has not been registered with the
  5.    author.  As shipped, MetalBase 5.1 includes empty hooks for data
  6.    compression in mb_comp.c; if you register this release, you will
  7.    receive replacements for this chapter of documentation and the file
  8.    mb_comp.c, which will provide data-compression.
  9.  
  10. This is obviously an attempt to get more registered installations; quite
  11.    frankly, though, the primary reason is that I have not had time to write
  12.    compression and decompression routines which fit MetalBase's needs.  By
  13.    the time you are reading this, I will have such routines tested and
  14.    available.
  15.  
  16. Data compression will only benefit you if you use multi-length fields (types
  17.    mchar and mbyte); those are the only field types which will be compressed.
  18.    If you use these types of fields but do not register, the fields will
  19.    work perfectly well; your .DAT files will simply take up more space.
  20.    Also note that multi-length fields, as they stand now, are not encrypted;
  21.    if you are concerned with security and wish to use these fields, you will
  22.    need to either register this package or hack an encryption scheme yourself.
  23.  
  24. See the file "register" in the standard documentation directory for information
  25.    on registering MetalBase.
  26.  
  27.