home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / nsxdem.zip / READ.ME < prev    next >
Text File  |  1993-06-18  |  4KB  |  102 lines

  1.  
  2.   ┌────────────────────────────────────────────────────────────────────────┐
  3.   │  The HiPer-SIx RDD Demo                                                │
  4.   └────────────────────────────────────────────────────────────────────────┘
  5.  
  6.   To use the HiPer-SIx RDD Demo, copy the NSXDEMO.EXE, DBCRE8.EXE, and
  7.   RUNDEMO.BAT files files into an empty directory.  Change to this directory
  8.   and run RUNDEMO.BAT which will demonstrate many of the features that the
  9.   HiPer-SIx Index Driver has to offer.
  10.  
  11.   ─────────────────────────────────────────────────────────────────────────
  12.  
  13.  
  14.   What is HiPer-SIx?:
  15.  
  16.   The HiPer-SIx Index Driver is a Replaceable Database Driver (RDD) for
  17.   CA-Clipper 5.x.  As an RDD, it connects to the low-level DBMS sub-system
  18.   available in the CA-Clipper 5.x architecture.  This means that you can
  19.   easily exchange the default database RDD (DBFSIx, DBFCDX, DBFNTX) with
  20.   HiPer-SIx and begin to use smaller, faster indexes without re-compiling
  21.   (or even having access to the source code).
  22.  
  23.  
  24.   Let Me Explain...
  25.  
  26.   Actually, each Clipper workarea is actually divided into two segments
  27.   which are controlled by 'separate' drivers (the data driver and the index
  28.   driver).  While The SIx Driver replaces both drivers, HiPer-SIx replaces
  29.   only the index driver and uses whatever data driver is available.
  30.  
  31.   One advantage of this separation of the data and index drivers is that you
  32.   can mix and match one RDD with another.  For example, you can leave the
  33.   database and memo file handling to The SIx Driver (or DBFCDX or DBFNTX)
  34.   while using HiPer-SIx for all indexing operations.
  35.  
  36.  
  37.   ─────────────────────────────────────────────────────────────────────────
  38.  
  39.  
  40.   What Can HiPer-SIx Do For Me?:
  41.  
  42.   HiPer-SIx addresses many common problems facing CA-Clipper developers, such
  43.   as:
  44.  
  45.     ■  "My NTX files are getting so huge...I'm running out of disk
  46.        space!"
  47.  
  48.          Our NSX indexes are up to 90% smaller than NTX's!
  49.  
  50.  
  51.     ■  "Creating and updating indexes on our huge databases takes way
  52.        too long!
  53.  
  54.         Our .NSX indexes are MUCH faster to create and update than NTXs.
  55.  
  56.  
  57.     ■  "I'm already using CA-Clipper's limit of 15 index files for one of
  58.        the DBF files, but now the customer wants me to add another one!"
  59.  
  60.         You can put up to 50 index tags in a single .NSX file!  Not only
  61.         that, but you can also have an UNLIMITED number of .NSX files
  62.         open per workarea!  (Limited only by available disk space.)
  63.  
  64.  
  65.     ■  "When we run our report queries using SET FILTER, we start the
  66.        report and go to lunch.  When we get back, it might be finished,
  67.        or it might not.  Usually, it isn't."
  68.  
  69.         Use HiPer-SIx's SET SCOPE commands or just link in the Mach
  70.         SIx query optimizer and watch your SET FILTER fly!
  71.  
  72.  
  73.     ■  And more!
  74.  
  75.   ─────────────────────────────────────────────────────────────────────────
  76.  
  77.  
  78.     The HiPer-SIx Index Driver:
  79.  
  80.  
  81.       In The U.S.A.:  US$99.00 - Retail
  82.                       US$49.00 - For Registered SIx Driver Owners
  83.  
  84.       In The U.K.  :  £79.00 - Retail
  85.                       £35.00 - For registered SIx Driver Owners
  86.  
  87.       In Germany   :  DM180  - Retail
  88.                       DM90   - For registered SIx Driver Owners
  89.  
  90.       (Prices shown do not include shipping or applicable sales tax.)
  91.  
  92.   ─────────────────────────────────────────────────────────────────────────
  93.   ─────────────────────────────────────────────────────────────────────────
  94.  
  95.    SOFTSOL GmbH                       Voice: +49-40-7661290
  96.    Neue Str. 35a                      Fax  : +49-40-7665664
  97.    21073 Hamburg                      BBS  : +49-40-7665527 (ring down)
  98.  
  99.   ─────────────────────────────────────────────────────────────────────────
  100.   ─────────────────────────────────────────────────────────────────────────
  101.  
  102.