Specifies whether the client should ignore SQL errors resulting from executing the command.
Syntax
value = QueryCmd.IgnoreError
| Part | Description | 
|---|---|
| value | A Boolean value that returns one of the following values: True—Ignore any SQL error resulting from executing the command (for example, when deleting a temporary table). False—Do not ignore SQL errors. | 
| QueryCmd | An object variable that instructs the client to execute SQL. | 
Applies To
Remarks
This property is read-only.
See Also
DisplayRows Property, DisplayToUser Property, SQL Property, TableCaption Property, TrueFalseAnswer Property