Skip to main content
Version: Next

SQL GET OPTION

SQL GET OPTION ( option ; value )

ParameterTypeDescription
optionLongint🡒Option number
valueLongint, Text🡘Option value

Description

The SQL GET OPTION command returns the current value of the option passed in option.

For more information on the different options and their associated values, refer to the description of the SQL SET OPTION command.

System variables and sets

If the command was properly executed, the system variable OK is set to 1. Otherwise, it is set to 0.

See also

SQL SET OPTION