------------------------------------------------------------------------
Disk No 464   pBASE V1.2                                        v1 DS2
------------------------------------------------------------------------
pBASE is a programmable relational database management system designed
for programmers.  It provides facilities for querying and manipulating
data, as well as report writing.  Unlike most database managers, pBASE
represents all data as a table.  Data may be accessed & revised using
interactive commands or through user-written application programs.
pBASE is based on the Structured Query Language (SQL).
 
EDITFORM PRG  A pBASE program to edit forms
EXPENSE  PRG  Sample pBASE program to track business expenses
INVENTRY PRG  Test program - inventory control
MAILLIST PRG  Sample program - keep mailing lists, etc.
PB       EXE  Main pBASE program
PBASE1   REF  Text file containing the documentation/User manual
README        Text file containing 'How to get started', etc.
REALTY   PRG  Test program - real estate listing property info
WINE     PRG  Sample program showing simple SQL commands - wine cellar
 
