LOTUS CONNECTORS


FieldInfo method
Example

Returns an array of field information.

Defined in

ODBCResultSet

Syntax

infoArray = odbcResultSet.FieldInfo( column_id% )

or

infoArray = odbcResultSet.FieldInfo( column_Name$ )

Parameters

column_id%


column_Name$
Return value

infoArray

Usage

Reports characteristics of a field. Not all data sources have all the characteristics, but the ODBC standard requires that the driver report them all.

Errors

Field id is out of range (DBstsINVC)

Example
See Also