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


関連項目