LOTUS CONNECTOR


ListProcedures メソッド

接続されたデータソースで実行可能なプロシージャーをリストします。

定義位置
ODBCConnection

構文
procArray = odbcConnection.ListProcedures( [ dataSourceName$ [ , userID$ [ , password$ ]]] )

パラメータ
dataSourceName$


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

Unable to get user ID and password (DBstsACCS)

イベント
BeforeListProcedures

AfterListProcedures


関連項目