#Changes#
----------------
V1.07 10/20/2004
----------------
pro2xml.p	Creating table tag in wrong place, indexes not being created 
		properly.
pro2xml.p	Now has option to add unique option to indexes. This is not
		supported by some databases which only allow a unique primary
----------------
V1.04 09/11/2004
----------------
pro2xml.p	Option USE_SQL_WIDTHS now setable. Forces the program to use the
		SQL width value instead of 4GL format. Useful if you store data
		in character fields wider than the default format. See the progress
		utility 4glwidths.p to identify data that breaks the _format.
----------------
V1.04 08/26/2004
----------------
loaddata.php	Transactions are now committed after each file is processed. This
		is to prevent transaction log overflow in DB2 when loading massive
		files. It also helps controlling memory usage by php.exe
----------------
V1.03 08/19/2004
----------------
loaddata.php	DB2 now loads correctly. Fixed a bug in datadict/adodb-db2.inc.php. 
		Submitted bug fix to adodb.sourceforge.net
----------------
V1.02 08/18/2004
----------------
pro2xml.p	Now handles empty tables correctly
pro2xml.p	Now uses non-default dump directory correctly
pro2xml.p	_field / _file now converted to datadict_field/datadict_file
pro2xml.p	Instead of counting records, new file is opened when size of 
		current grows beyond 300k. This should stop loaddata.php 
		running out of memory on tables with large records. This does
		mean, however that tables with 32k records only get 10 records
		per file.
----------------
V1.01 08/15/2004
----------------
loaddata.php	Added PRO2XMLSCHEMA_TRUNCATE_DATA. Define variable to automatically 
		truncate data if too wide, otherwise error is generated on certain 
		databases and logged. Note that SQLite cannot read back its own schema,
		so this parameter is ignored
----------------
V1.00 08/12/2004
----------------
Initial release.