LOTUS CONNECTORS
Indicates whether a column value was altered by SetValue.
Defined in
ODBCResultSet
Syntax
flag% = odbcResultSet.IsValueAltered( column_id% )
or
flag% = odbcResultSet.IsValueAltered( column_Name$ )
Parameters
column_id%
After becoming True, this flag remains True until an UpdateRow or DeleteRow operation. A Close operation deletes the entire result set.
Errors
Field ID is out of range (DBstsINVC)
Example See Also