Specifies whether the client should ignore database errors resulting from executing the command.
QueryCmd.IgnoreError [= value]
QueryCmd
An
value
A returned Boolean value.
Value | Description |
---|---|
TRUE | Ignore any database error resulting from executing the command (for example, when deleting a temporary table). |
FALSE | Do not ignore database errors. |
This property is read-only.