GetColumnDouble Method

QueryResults Object

Description

Returns the data, converted to a double value, in a column of a row in the current result set.

Visual Basic

dColumnData = QueryResults.GetColumnDouble (
[Row :=] lRow,
[Column :=] lColumn )

C++

HRESULT pQueryResults->GetColumnDouble (
long
lRow,
long
lColumn,
LPDOUBLE
pdColumnData );

Elements

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