

SQCREATE
Test program for the sqlite library

Requires:
- The solc scriptol compiler.
- The sqlitebc.lib library.
- The Borland C++ compiler.
- The sqcreate.sol source.
- The sqcreate.cfg configuration file for the compiler.


Usage:

sqcreate -create filename
   This creates a database with a colon and a row

sqcreate filename word
   This adds a row (a word) to the previously created database.

