debugmode

Integral value that enables/disables various SQL debug options. The supported values are:

  • 0 No debug output (default)
  • 2 Save the chosen execution plan in debug file
  • 3 Save the SQL optimizer table in debug file
  • 4 Save the stored routine statement list in debug file
Default Value

If the DebugMode option is not defined, the default value of 0 is used.

Example
DebugMode=0
SQL Options

This option key is associated with the SQL Connection Handle and can be set or retrieved using:

See also
SQL SET statements
SQLSetConnectAttr()
SQLGetConnectAttr()
Note
SQL options can also be associated with the RDM_DB handle along with the Database Configuration Options.