.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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