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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Reference » System Objects » System procedures » Alphabetical list of system procedures

 

sa_audit_string system procedure

Adds a string to the transaction log.

Syntax
sa_audit_string( string )
Arguments
  • string   A string of characters to add to the transaction log.

Remarks

If auditing is turned on, this system procedure adds a comment to the auditing information stored in the transaction log. The string can be a maximum of 200 bytes.

Permissions

DBA authority required

Side effects

None

See also
Example

The following example uses sa_audit_string to add a comment into the audit log:

CALL sa_audit_string( 'Auditing test' );