Wed Oct 30 08:51:43 EST 2002 amplodbc.c, ampltabl.dll, TABLES.RME: extend the "standard" ODBC table handler to recognize new optional string maxlen=nnn (just before the optional 'verbose') among the Strings to specify the maximum length of strings (symbolic parameters) read from the table. The default is 480, which will probably suffice for most purposes. Strings longer than maxlen will be truncated to maxlen characters when the table is read. Tue Aug 5 22:51:54 EDT 2003 amplodbc.c, ampltabl.dll: have "write table" preserve old columns of an INOUT table even when the table is initially empty, and for columns of type text, retain the text type even when the column ends up having exlusively numeric values. Tue Dec 6 09:59:00 EST 2005 amplodbc.c: minor tweaks for portability to 64-bit MS Windows. Tue Jan 1 17:57:59 MST 2008 amplodbc.c: tweak for MS SQL Server 2005: for numeric values, successively try SQL_DOUBLE, SQL_FLOAT, SQL_REAL, and SQL_NUMERIC rather than SQL_DOUBLE, SQL_NUMERIC, and SQL_REAL. Wed Jan 2 23:25:35 MST 2008 amplodbc.c: adjust the date shown when "version" is specified. (Missed updating this lately when making changes.)