Contents Index DBChangeLogName function DBCollate function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBChangeWriteFile function


Function 

Changes a write file to refer to another database file. This function is used by the dbwrite command-line utility when the -d option is applied.

Prototype 

short DBChangeWriteFile ( 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 

DBCreateWriteFile function

DBStatusWriteFile function

a_writefile structure


Contents Index DBChangeLogName function DBCollate function