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