ASA Programming Guide
The Database Tools Interface
DBTools enumeration types
Specifies the volume of output.
enum {
VB_QUIET,
VB_NORMAL,
VB_VERBOSE
};
Value | Description |
---|---|
VB_QUIET | No output |
VB_NORMAL | Normal amount of output |
VB_VERBOSE | Verbose output, useful for debugging |