 
 
  
  
 ASA Programming Guide
  The Database Tools Interface
    DBTools functions
Translates a transaction log file to SQL. This function is used by the dbtran command-line utility.
short DBTranslateLog ( const a_translate_log * translate-log );
| Parameter | Description | 
|---|---|
| translate-log | Pointer to a_translate_log structure | 
A return code, as listed in Software component return codes.
For information about the log translation utility, see The Log Translation utility.
 
 
  
 