Use this statement to change the values of database options.
SET OPTION option-name=option-value
option-name: identifier
option-value: string, identifier, or number
You can only set database options with this statement. Properties cannot be modified after the database has been created.
You cannot specify whether and option is persistent or not. The way an option has been implemented in UltraLite determines whether it is a persistent or temporary option. Persistent options are stored in the sysuldata table. Temporary options are used only until the database stops running.
The following statement sets the global_database_id option to 100:
SET OPTION global_database_id=100; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |