Contents Index DBErase function DBInfo function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBExpand function


Function 

Uncompresses a database file. This function is used by the dbexpand command-line utility.

Prototype 

short DBExpand ( const an_expand_db * expand-db );

Parameters 
Parameter Description
expand_db Pointer to an_expand_db structure
Return value 

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

Usage 

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

See also 

an_expand_db structure


Contents Index DBErase function DBInfo function