Contents Index DBBackup function DBChangeWriteFile function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBChangeLogName function


Function 

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

Prototype 

short DBChangeLogName ( const a_change_log  * change-log );

Parameters 
Parameter Description
change-log Pointer to a_change_log structure
Return value 

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

Usage 

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.

See also 

a_change_log structure


Contents Index DBBackup function DBChangeWriteFile function