data dictionary items with multiple occurrences used in XE but not valid in 9.1
We have used multiple occur data types, such as TYD (DayType) in tables in XE. This field is one character and occurs 7 times. When used in a table in XE it created a 7 byte string field. However, it is not allowed to be used in 9.1. It looks like I will have to add a 7byte string data item to the table, move the data from the multiple occur field to the new string field, then remove the old multiple occur string field. I will also have to update all objects using the field. Does this sound right?
0