GetColumnLong Method

QueryResults Object

Description

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

Visual Basic

lColumnData = QueryResults.GetColumnLong (
[Row :=] lRow,
[Column :=] lColumn )

C++

HRESULT pQueryResults->GetColumnLong (
long
lRow,
long
lColumn,
LPLONG
plColumnData );

Elements

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