IgnoreError Property

English Query

English Query

IgnoreError Property

Specifies whether the client should ignore database errors resulting from executing the command.

Applies To

QueryCmd Object

Syntax

QueryCmd.IgnoreError [= value]

Parts

QueryCmd

An object variable that instructs the client to execute the database query.

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.

See Also

DisplayRows Property

DisplayToUser Property

QueryText Property

TableCaption Property

TrueFalseAnswer Property