361 users using DBSP now!
home -> documentation -> language reference -> queryid property


Description

The QUERYID property indicates the index of the SQL object that will be executed in the DATASET, QRYEXEC or LOGIN tag.


Syntax

<# ... QUERYID="integervalue" ...>

 

Applications

The unique purpose of the QUERYID property is to specify which SQL Statement will be used in the tag in a more simple way that include the SQL code directly or search it by a name. This property must contain an integer value.

References

The QUERYID property is used in this tags:

DATASET
QRYEXEC
LOGIN
LOGOUT