Contents Index DBLicense function DBSynchronizeLog function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBStatusWriteFile function


Function 

Gets the status of a write file. This function is used by the dbwrite command-line utility when the -s option is applied.

Prototype 

short DBStatusWriteFile ( const a_writefile  * writefile );

Parameters 
Parameter Description
writefile Pointer to a_writefile structure
Return value 

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

Usage 

For information about the Write File utility and its features, see The Write File utility.

See also 

DBChangeWriteFile function

DBCreateWriteFile function

a_writefile structure


Contents Index DBLicense function DBSynchronizeLog function