LOTUS CONNECTORS


ListFields method
Example

Returns an array of field (column) names in a table.

Defined in

ODBCConnection

Syntax

fieldArray = odbcConnection.ListFields( [ tableName$ ] )

Parameters

tableName$


Return value

fieldArray


Errors

Not connected to a data source (DBstsNCON)

Table did not return any columns (DBstsNCOL)

Events

BeforeListFields

AfterListFields

Example
See Also