Each row in the sysinternal system table is used to store system options and other internal data.
| Column name | Column type | Description | 
|---|---|---|
| name | VARCHAR(128) | The name of the option. | 
| value | VARCHAR(128) | The option value. | 
PRIMARY KEY (name)
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |