QueryResults Object
Returns the data, converted to a long value, in a column of a row in the current result set.
lColumnData = QueryResults.GetColumnLong (
[Row :=] lRow,
[Column :=] lColumn )
HRESULT pQueryResults->GetColumnLong (
long lRow,
long lColumn,
LPLONG plColumnData );
Element | Type | Description |
---|
lColumnData | Long | Returned column data |
lRow | Long | Row number of the current result set |
lColumn | Long | Column number of the specified row |