Each row in the sysuldata system table names value pairs of options and properties.
| Column name | Column type | Description |
|---|---|---|
| long_setting | LONGBINARY | A BLOB for long values. |
| name | VARCHAR(128) | The name of the property. |
| setting | VARCHAR(128) | The value of the property. |
| type | VARCHAR(128) | One of either sys for internals, opt for options, or prop for properties |
PRIMARY KEY (name, type)
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |