GetColumnFloat Method (SQL-DMO)

The GetColumnFloat method returns a QueryResults object result set member converted to a Single value.

Applies To

QueryResults Object

Syntax

object.GetColumnFloat( Row , Column ) as Single

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

Returns

A Single representation of the value of a QueryResults result set member.

Prototype (C/C++)

HRESULT GetColumnFloat(
long lRow,
long lCol,
LPFLOAT pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.