Changing the Default Data TypeIn most cases, the default data types are sufficient. If you want to change the data type, however, use a relational database query tool to edit the sql_type column in the DATAITEMS client control table, or put the SQL statements in user scripts as explained in Customizing with User Scripts. Caution: When changing the default data type, make sure that you choose a correct data type or the data may not be correctly stored in the relational database. Most of these relational database data types can be changed using data table customization user scripts. For example, if a DMSII item has a data type of NUMBER(4) that gets mapped to a short int, you can change the sql_type to a long int. By knowing that this item will be changed to a NUMBER(5) in an imminent DMSII reorganization, you can eliminate the need to reclone the data set after the reorganization.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|