v2.0 12.07.99
	Output of LONG BINARY and LONG VARCHAR fields to the MEMO field of DBF field
	New command line flag: BLOB (char, clipper, dbase, fox )
	Some bugs fixed

v1.1.7 23.12.98
	Added STD_DAT key (thanks Stalker for idea)
	Small additions in documentation

v1.1.6 26.05.98
	DBF fields are converted to UPPER case to support FOXPRO conventions

v1.1.5 06.05.98
	Some changes for SA 5.5.00 compatibility	
	
v1.1.4 15.04.98
	Fixed bug with char fields
	Added EMPTY_AS_NULL key (INPUT operation treats empty strings as NULL )

v1.1.3 06.04.98
	Added: -v (verbose mode) key

v1.1.2 03.04.98
	Fixed bug with NULL fields output
	Empty DATE, NUMERIC and LOGICAL values are treated as NULL now
	Fixed bug in defining type and length of INPUT fields
	Changed SCALE/PRECISION processing in output operation
	Function strcpy() replaced to memcpy()
	Added indicator for input/output operators

v1.1.1 27.02.98
	Cosmetic changes in command line

v1.1 17.11.97
	Added: reading more than 1 command from file

	Added:	INPUT command - loading DBF to SQL table.
		Table must exist before loading.
		Only one DBF file is allowed.
		Logical values will be loaded as T/F chars.

	Added: /SQL, /IN, /OUT command line keys

v1.0 14.10.97
	 Initial implementation