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)
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |