LOTUS CONNECTORS
Returns an array of field (column) names in a table.
Defined in
ODBCConnection
Syntax
fieldArray = odbcConnection.ListFields( [ tableName$ ] )
Parameters
tableName$
fieldArray
Not connected to a data source (DBstsNCON)
Table did not return any columns (DBstsNCOL)
Events
BeforeListFields
AfterListFields
Example See Also