Contents Index DBToolsVersion function DBTruncateLog function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBTranslateLog function


Function 

Translates a transaction log file to SQL. This function is used by the dbtran command-line utility.

Prototype 

short DBTranslateLog ( const a_translate_log * translate-log );

Parameters 
Parameter Description
translate-log Pointer to a_translate_log structure
Return value 

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

Usage 

For information about the log translation utility, see The Log Translation utility.

See also 

a_translate_log structure


Contents Index DBToolsVersion function DBTruncateLog function