Contents Index DBCrypt function DBExpand function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBErase function


Function 

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

Prototype 

short DBErase ( const an_erase_db * erase-db );

Parameters 
Parameter Description
erase-db Pointer to an_erase_db structure
Return value 

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

Usage 

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

See also 

an_erase_db structure


Contents Index DBCrypt function DBExpand function