ASA Programming Guide
The Database Tools Interface
DBTools functions
Truncates a transaction log file. This function is used by the dbbackup command-line utility.
short DBTruncateLog ( const a_truncate_log * truncate-log );
| Parameter | Description |
|---|---|
| truncate-log | Pointer to a_truncate_log structure |
A return code, as listed in Software component return codes.
For information about the backup utility, see The Backup utility