Collection Contents Previous Next PDF

ASA Programming Guide

The Database Tools Interface

DBTools functions

DBTruncateLog function


Function 

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

Prototype 

short DBTruncateLog ( const a_truncate_log  * truncate-log );

Parameters 
Parameter Description
truncate-log Pointer to a_truncate_log structure
Return value 

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

Usage 

For information about the backup utility, see The Backup utility

See also 

a_truncate_log structure


Collection Contents Previous Next PDF