ListDataSources (ODBCConnection - LotusScript)

Lists all registered data sources as an array.

Defined in

ODBCConnection

Syntax

sourceArray = odbcConnection . ListDataSources

Return value

sourceArray

Array of strings. Each element in the array is a string representing a registered data source.

Events

BeforeListDataSources

AfterListDataSources

Example