msqlimport 0.0.6 README

This is the README file for msql-import, a simple ANSI-C program for
uploading flat files into Mini SQL tables.

LIMITS:

msql-import accepts rows of any length, and up to 255 fields per table.
The latter can be changed by modifying the IMPORT_MAX_FIELDS #define.

ABOUT THE AUTHOR:

msql-import was written by Pascal Forget from WSC investment Services,
in New York.  You can reach him by email at pascal@wsc.com, or at
pascal@hasc.ca.

HISTORY:

New for 0.0.6

Bug fix release

New for 0.0.5

Allows parentheses in CHAR fields.

New for 0.0.4

Removed some compiler warnings and fixed a bug in main() that caused the
program to crash (segmentation fault) under certain circumstances

New for 0.0.3:

msql-import now converts the data values to the field's datatype on the fly.
It also allows for input records to be larger than the actual table rows.
It allows for CHAR fields to contain single quotes.

LICENSE:

msql-import is freeware.  Give it to anyone you like, but please don't charge
for it.  I don't.
