Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - Database Management and Reference » UltraLite Database Reference » UltraLite system table reference » UltraLite system tables

 

sysuldata system table

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
Constraints

PRIMARY KEY (name, type)

See also