
Mini Zoomer Database (Requires IZL interpreter version 1.0)

This IZL program gives a Zoomer the ability to create and maintain a simple
database for personal use.  As uploaded, the program will manage the roster
of players for a sports team, but can easily be modified to meet a wide variety
of recordkeeping requirements.

This source program is distributed as FREEWARE, but requires the
Interpreted Zoomer Language (IZL) Version 1.0, in order to execute.

To order IZL version 1.0, send a $48 check or money
order ($45 for IZL, $3 shipping/handling) to:
 
  Feras Information Technologies
  315 Delaware Avenue
  Lansdale PA 19446	(PA residents add 6% sales tax)

-----
The program presents six text fields for the entry and display of the
information within each record.  Seven menu entries provide the ability
to enter, modify, and search for records in the database.  The functions
performed by each menu item are given below:

  Clear
     Blank the fields on the display
  Find 1st Record
     Locate the 1st physical record in the
     database.
  1st with any field match
     Locate the 1st record in the database that
     has any fields that contain the strings given
     in the data entry fields on the display.
  1st with all field matches
     Locate the 1st record in the database having
     fields that match each of the strings given
     in the data entry fields on the display.
  Find Next
     Locate the next record in sequence, using the
     search criteria selected above.
  Update Record
     Write the current database record with the
     contents of the data entry fields on the display.
  Add New Record
     Create a new database record with the contents of
     the data entry fields on the display.
