Contents Index DBTools enumeration types Blank padding enumeration

ASA Programming Guide
  The Database Tools Interface
    DBTools enumeration types

Verbosity enumeration


Function 

Specifies the volume of output.

Syntax 

enum {   
VB_QUIET,
VB_NORMAL,
VB_VERBOSE
};

Parameters 
Value Description
VB_QUIET No output
VB_NORMAL Normal amount of output
VB_VERBOSE Verbose output, useful for debugging
See also 

a_create_db structure

an_unload_db structure


Contents Index DBTools enumeration types Blank padding enumeration