home *** CD-ROM | disk | FTP | other *** search
- GS_DBASE
-
-
- GRIFFIN SOLUTIONS
-
- dBase III, III+ access
-
-
- Copyright (c) Richard F. Griffin
-
- 8 January 1990
-
- 102 Molded Stone Pl
- Warner Robins, GA 31088
-
- -------------------------------------------------------------
- These Turbo Pascal 5.5 routines handle processing for dBase III
- files, including memo (.DBT), index (.NDX), and data (.DBF) files.
- Use is made of object oriented programming to simplify the user
- interface. An example of the user interface is demonstrated in
- the sample program, HEALTH.PAS.
-
- This initial release is valid only for reading files, although
- routines are available in the GS_DBASE unit to write to the
- .DBF file as well. However, no guarantee is placed on these
- routines since they have not been well tested.
-
- There is no documentation with these source programs. If you
- want a copy of the fully documented and explained source,
- send a $25 check or money order to the above address. This will
- also ensure you receive future updates. Among those updates are
- capabilities to write as well as read index and memo files.
- Also under development is a Clipper-like program.
-
- The following programs should be in this ZIPPED archive:
-
- GS_DBASE.PAS Handles .DBF file operations
- GS_DB_IX.PAS Handles .NDX file access
- GS_DB_FL.PAS Unit for field handling and .DBT files
-
- DB_MAKE.PAS Program to create .PAS units for
- dBase III files. Created unit can
- then use objects from the above units.
-
- HEALTH.PAS Demonstration Program
- HLTH_UNT.PAS Unit for HEALTH.PAS (created by DB_MAKE)
- HLTHDATA.PAS Unit for HEALTH.PAS (created by DB_MAKE)
-
- HEALTH.DBF
- HEALTH.DBT
- FOODCODE.NDX dBase III+ files
- FOODNAME.NDX
- HLTHDATA.DBF
- HLTHDATA.NDX
-
- READ.ME This file
-
-
- This software is available freely for the personal use of all.
- Commercial use is unauthorized without payment of a $25 fee.
- Full documentation, with detailed explanations of the programmer's
- "logic" in development of routines and implementation of the
- OOPs capability in Turbo Pascal 5.5 is available for $25 to
- cover printing, handling, and mailing. Send a check or money
- order to:
-
- Richard F. Griffin
- 102 Molded Stone Pl
- Warner Robins, GA 31088
-
-
- --------------------------------------
- dBase is a trademark of Ashton-Tate
- Clipper is a trademark of Nantucket
- Turbo Pascal is a trademark of Borland