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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Database Administration » Configuring Your Database » Database options » Introduction to database options » Alphabetical list of options

 

sql_flagger_error_level option [compatibility]

Controls the response to any SQL that is not part of the specified standard.

Allowed values
Default

Off

Remarks

This option flags as an error any SQL that is not part of the specified standard. For example, specifying SQL:2003/Package causes the database server to flag syntax that is not full SQL/2003 syntax.

The default behavior, Off, turns error flagging off.

For compatibility with previous SQL Anywhere versions, the following values are also accepted, and are mapped as specified below:

  • E   This option corresponds to SQL:1992/Entry.

  • I   This option corresponds to SQL:1992/Intermediate.

  • F   This option corresponds to SQL:1992/Full.

  • W   This option corresponds with Off.

See also