DBChangeLogName function

Changes the name of the transaction log file. This function is used by the dblog utility.

Prototype
short DBChangeLogName ( const a_change_log * );
Parameters

A pointer to a structure. See a_change_log structure.

Return value

A return code, as listed in Software component exit codes.

Remarks

The -t option of the Transaction Log utility (dblog) changes the name of the transaction log. DBChangeLogName provides a programmatic interface to this function.

For a description of the dblog utility, see Transaction Log utility (dblog).

See also