Collection Contents Index Scope and duration of database options Next PDF

SQL Anywhere® Server - Database Administration  > Database Options  > Introduction to database options

Finding option settings


You can obtain a list of option settings, or the values of individual options, in a variety of ways.

Getting a list of option values
Getting individual option values

You can obtain a single setting using the CONNECTION_PROPERTY system function. For example, the following statement reports the value of the ansi_integer_overflow option:

SELECT CONNECTION_PROPERTY ('ansi_integer_overflow');

See CONNECTION_PROPERTY function [System].


Collection Contents Index Scope and duration of database options Next PDF