Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

DBToolsVersion function [Table of Contents] DBTruncateLog function

[-] Chapter 3: The Database Tools Interface
[-] DBTools functions
[-] DBTranslateLog function


DBTranslateLog function


Function

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


Prototype

   short DBTranslateLog   (    const     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


DBToolsVersion function [Table of Contents] DBTruncateLog function