dbf2msql v0.1

This program takes an xBase-file and produces queries to insert it into
an msql-table. It takes a number of arguments to set its behaviour:

-v		verbose. Produce some status-output and progress-report
-u		uppercase. Translate all text in the xbase-file to uppercase
-d		database. Select the database to insert into.
-t		table. Select the table to insert into
-p		primary. Select the primary key. You have to give the exact
		field-name.
-h		host. Select the host where to insert into. Untested.

It does not handle memo-files (yet? :) and is maybe not as well tested as it
should have been, but it works for me.

Which brings me to the following: I do not accept any responsibility for
possible damage you get as result of using this program (it shouldn't however).

to build it, simply type 'make'. You have to copy it to some other place
yourself.

Copyright: use this as you want, modify it to suit your needs, but please leave
my name in place ok? :)

Maarten Boekhold (boekhold@cindy.et.tudelft.nl)
