LOTUS CONNECTOR


ListTables メソッド

接続されたデータソース内の利用可能なテーブルをリストします。

定義位置
ODBCConnection

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

パラメータ
dataSourceName$


userID$
password$
戻り値
tableArray
エラー
Not connected to a data source (DBstsNCON)

Unable to get user ID and password (DBstsACCS)

イベント
BeforeListTables

AfterListTables


関連項目