ServerQuery.Rows
The ServerQuery.Rows property returns the values contained in the rows that are returned for the Server.Query property.
Syntax |
ServerQuery.Rows |
Description |
Returns the values of the rows in the SQL Query that is returned by the Server.Query property (see Server.Query). |
Arguments |
None. |
Returns |
Rows {2 dimensional array of variants}. The values of the rows in the Query that is returned by the Server.Query property. |
For an example that shows how the ServerQuery.Rows property can be used, please refer to Server.Query.