T
Thomas Mercer-Hursh
Guest
Note that in the Progress schema, fields don't actually have fixed widths. There is a default format for display, but no requirement to use that format for display or populating the field. The original SQL width is a "guess" based on the format, but may be highly inappropriate depending on how the field is used. So, use dbtool regularly to get adequate widths for the actual data. As noted, this width will be preserved if you do a dump/load or similar operation and it will not impact your ABL application.
Continue reading...
Continue reading...