QueryCmd Object

English Query

English Query

QueryCmd Object

Instructs the client to execute a database query.

Properties
DisplayRows Property Specifies the number of rows the client displays to answer the end user's question.
DisplayToUser Property Specifies whether to display the results of the query to the user or to execute the database query without displaying the results.
DBMSType Property Specifies the type of database used for the database query.
IgnoreError Property Specifies whether the client ignores database errors resulting from executing the command.
QueryText Property Returns the query text to execute.
SQL Property Returns the query text to execute.
TableCaption Property Specifies the suggested English caption for the result table.
TrueFalseAnswer Property Specifies whether the client shows True or False as an answer instead of a table.
Remarks

The QueryCmd object also has all the properties and methods of a Command object.

See Also

AnswerCmd Command

CmdID Property

Command Object