DB v0.11
--------

This is program is ALPHA software. Use it at your own risk. It is free
software as specified in the GNU Public License included in the file
COPYING.

Please mail me at tdyas@vger.rutgers.edu if you use this program (so I
at least know someone is using it. :) Better yet, if you know Pilot
programming and add a feature or five, then send me a patch and I'll
include it in the next version.

You'll need the GCC Palm Pilot package in order to rebuild this
package. Otherwise, the included db.prc file will be fine.


Building databases under UNIX
-----------------------------

If you have the pisock library from the pilot-link package installed
under UNIX, then you can compile the csv2pdb program in the tools
subdirectory so you can build databases from comma-delimited files
under UNIX.

Run it like this:

./csv2pdb CSV PDB NAME

CSV - comma-delimited format file where the first line defines the
field names.

PDB - name of the output .pdb file which you hotsync to the pilot

NAME - name of the database as it appears on the Pilot (32 chars)
