Adds a string to the transaction log.
sa_audit_string( string )
string A string of characters to add to the transaction log.
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.
DBA authority required
None
The following example uses sa_audit_string to add a comment into the audit log:
CALL sa_audit_string( 'Auditing test' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |