LOTUS CONNECTOR
列に新しい値を設定します。
定義位置ODBCResultSet 構文status = odbcResultSet.SetValue( column_id% , value ) または
status = odbcResultSet.SetValue( column_Name$ , value )
パラメータcolumn_id%
Null として value 引数を指定すると、正しい型の null 値を設定できます。
エラーRead only.Data cannot be updated or deleted (DBstsRDON) The row has previously been deleted (DBstsROWD)
Field ID is out of range (DBstsINVC)
Cannot convert data from native to expected or requested datatype (DBstsCNVR)
The result contains no data (DBstsNODA)
イベントBeforeSetValue AfterSetValue
例 関連項目