LOTUS CONNECTORS


ListTables method
Example

Lists the available tables in a connected data source.

Defined in

ODBCConnection

Syntax

tableArray = odbcConnection. ListTables( [ dataSourceName$ [ , userID$ [ , password$ ] ] ] )

Parameters

dataSourceName$


userID$
password$
Return value

tableArray


Errors

Not connected to a data source (DBstsNCON)

Unable to get user ID and password (DBstsACCS)

Events

BeforeListTables

AfterListTables

Example
See Also