DBTruncateLog function

Truncates a transaction log file. This function is used by the dbbackup utility.

Prototype
short DBTruncateLog ( const a_truncate_log * );
Parameters

A pointer to a structure. See a_truncate_log structure.

Return value

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

Remarks

For information about the Backup utility, see Backup utility (dbbackup).

See also