Menu

#2 Column displayed more than once

open
nobody
None
5
2005-05-16
2005-05-16
No

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 ");

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.