The SystemParameter table contains one entry for each system parameter defining system configuration.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| serverid | integer | not null | The ID of the server associated with this system parameter. |
| parametername | varchar(32) | not null | The unique string indicating the name of the system parameter. |
| parametervalue | varchar(255) | with null | The string value of this system parameter. |
| parametertype | integer1 | not null | The type of system parameter. NOTE: 0=read-only, 1= writeable |
Product Name: Data Transformer
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| serverid parametername |