LOTUS CONNECTOR


SetValue メソッド

列に新しい値を設定します。

定義位置

ODBCResultSet

構文

status = odbcResultSet.SetValue( column_id% , value )

または

status = odbcResultSet.SetValue( column_Name$ , value )

パラメータ

column_id%


column_Name$
value
戻り値
使用法

データは、要求されたネイティブデータ型に自動的に変換されます。

UpdateRow 操作が実行されると、変更は有効になります。

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


関連項目