English Query
IgnoreError Property
Specifies whether the client should ignore database errors resulting from executing the command.
Applies To
Syntax
QueryCmd.IgnoreError [= value]
Parts
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. |
Remarks
This property is read-only.