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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Database Options » Introduction to database options

Scope and duration of database options Next Page

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].