Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

#sqlcompile audit

Specifies whether any subsequent Embedded SQL statements should be audited.

Description

This macro preprocessor directive is a boolean that specifies whether any subsequent Embedded SQL statements should be audited. It has the form:

#sqlcompile audit=value

where value is either ON or OFF.

For this macro preprocessor directive to have any effect, the %System/%SQL/EmbeddedStatement system audit event must be enabled. By default, this system audit event is not enabled.

FeedbackOpens in a new tab