Use this statement to change the values of Interactive SQL options.
SET [ TEMPORARY ] OPTION option-name = [ option-value ]
option-name : identifier, string, or hostvar
option-value : string, identifier, or number
SET PERMANENT
SET
Syntax 1 stores the specified Interactive SQL option.
Syntax 2 stores all current Interactive SQL options
Syntax 3 displays all of the current database option settings. If there are temporary options set for the database server, these are displayed; otherwise, the permanent option settings are displayed.
Interactive SQL option settings are stored on the client computer. They are not stored in the database.
SQL/2003 Vendor extension.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |