ASA Programming Guide
The Database Tools Interface
DBTools functions
Changes the name of the transaction log file. This function is used by the dblog command-line utility.
short DBChangeLogName ( const a_change_log * change-log );
Parameter | Description |
---|---|
change-log | Pointer to a_change_log structure |
A return code, as listed in Software component return codes.
The -t
option of the dblog command-line utility changes the name of the transaction log. DBChangeLogName provides a programmatic interface to this function.
For descriptions of the dblog utility, see The Transaction Log utility.