The HTML output displayed a column more than once if a
user defined type existed of the same base type.
The fix is to edit the source code to use the column
xusertype instead of the column xtype when joining with
the table systypes
in the file DatabaseParser.cs.
Tim S
File: DatabaseParser.cs
Method: LoadColumns
Old Line: sb.Append(" join systypes sb on sa.xtype
= sb.xtype ");
New Line: sb.Append(" join systypes sb on
sa.xusertype = sb.xusertype ");