Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Database Tools Interface » DBTools functions

DBCreatedVersion function Next Page

DBErase function


Erases a database file and/or transaction log file. This function is used by the dberase utility.

Prototype

short DBErase ( const an_erase_db * );

Parameters

A pointer to a structure. See an_erase_db structure.

Return value

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

Remarks

For information about the Erase utility and its features, see Erase utility (dberase).