LOTUS CONNECTORS


FieldName method
Example

Returns the field name for a specified column, given its ID (column number).

Defined in

ODBCResultSet

Syntax

fieldName$ = odbcResultSet.FieldName( column_id )

Parameters

column_id


Return value

fieldName$


Errors

Field ID is out of range (DBstsINVC)

Example
See Also