The GetColumnLong method returns a QueryResults object result set member converted to a Long value.
object.GetColumnLong( Row , Column ) as Long
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Row | Long integer identifying a row by ordinal position |
| Column | Long integer identifying a column by ordinal position |
A Long representation of the value of a QueryResults object result set member.
HRESULT GetColumnLong(
long lRow,
long lCol,
LPLONG pRetVal);