DisplayToUser Property

English Query

English Query

DisplayToUser Property

Specifies whether to display the results of the query to the user or to execute the database query without displaying the results.

Applies To

QueryCmd Object

Syntax

QueryCmd.DisplayToUser [= value]

Parts

QueryCmd

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

value

A returned Boolean value.

Value Description
TRUE Results are displayed to the end user.
FALSE Results are not displayed to the end user. (This is typical for queries that create temporary tables to be used in subsequent queries.)
Remarks

This property is read-only.

See Also

DisplayRows Property

IgnoreError Property

QueryText Property

TableCaption Property

TrueFalseAnswer Property