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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools enumeration types

 

Verbosity enumeration

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