home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / GSDBASE.ZIP / READ.ME < prev   
Encoding:
Text File  |  1990-01-08  |  2.8 KB  |  76 lines

  1.                                GS_DBASE
  2.  
  3.  
  4.                             GRIFFIN SOLUTIONS
  5.  
  6.                          dBase III, III+ access
  7.  
  8.  
  9.        Copyright (c)  Richard F. Griffin
  10.  
  11.        8 January 1990
  12.  
  13.        102 Molded Stone Pl
  14.        Warner Robins, GA  31088
  15.  
  16.        -------------------------------------------------------------
  17.        These Turbo Pascal 5.5 routines handle processing for dBase III
  18.        files, including memo (.DBT), index (.NDX), and data (.DBF) files.
  19.        Use is made of object oriented programming to simplify the user
  20.        interface.  An example of the user interface is demonstrated in
  21.        the sample program, HEALTH.PAS.
  22.  
  23.        This initial release is valid only for reading files, although
  24.        routines are available in the GS_DBASE unit to write to the
  25.        .DBF file as well.  However, no guarantee is placed on these
  26.        routines since they have not been well tested.
  27.  
  28.        There is no documentation with these source programs.  If you
  29.        want a copy of the fully documented and explained source,
  30.        send a $25 check or money order to the above address.  This will
  31.        also ensure you receive future updates.  Among those updates are
  32.        capabilities to write as well as read index and memo files.
  33.        Also under development is a Clipper-like program.
  34.  
  35.        The following programs should be in this ZIPPED archive:
  36.  
  37.        GS_DBASE.PAS          Handles .DBF file operations
  38.        GS_DB_IX.PAS          Handles .NDX file access
  39.        GS_DB_FL.PAS          Unit for field handling and .DBT files
  40.  
  41.        DB_MAKE.PAS           Program to create .PAS units for
  42.                              dBase III files.  Created unit can
  43.                              then use objects from the above units.
  44.  
  45.        HEALTH.PAS            Demonstration Program
  46.        HLTH_UNT.PAS          Unit for HEALTH.PAS (created by DB_MAKE)
  47.        HLTHDATA.PAS          Unit for HEALTH.PAS (created by DB_MAKE)
  48.  
  49.        HEALTH.DBF
  50.        HEALTH.DBT
  51.        FOODCODE.NDX          dBase III+ files
  52.        FOODNAME.NDX
  53.        HLTHDATA.DBF
  54.        HLTHDATA.NDX
  55.  
  56.        READ.ME               This file
  57.  
  58.  
  59.        This software is available freely for the personal use of all.
  60.        Commercial use is unauthorized without payment of a $25 fee.
  61.        Full documentation, with detailed explanations of the programmer's
  62.        "logic" in development of routines and implementation of the
  63.        OOPs capability in Turbo Pascal 5.5 is available for $25 to
  64.        cover printing, handling, and mailing.  Send a check or money
  65.        order to:
  66.  
  67.        Richard F. Griffin
  68.        102 Molded Stone Pl
  69.        Warner Robins, GA  31088
  70.  
  71.  
  72.        --------------------------------------
  73.        dBase is a trademark of Ashton-Tate
  74.        Clipper is a trademark of Nantucket
  75.        Turbo Pascal is a trademark of Borland
  76.