DisplayWarnings (database statements)
Purpose
Assigns or returns whether ODBC warning messages should be displayed when they occur on the statement.
Syntax
DBStatement.DisplayWarnings [= TRUE | FALSE]
TRUE |
Displays warnings. |
FALSE |
Suppresses warnings. This is the default. |
|