LOTUS CONNECTORS


GetRowStatus method
Example

Returns the alteration status of the current row.

Defined in

ODBCResultSet

Syntax

status% = odbcResultSet.GetRowStatus

Return value

status%

Usage

HasRowChanged reflects row changes that are performed at the data source, which do not affect this status.

Once a row is deleted, SetValue or UpdateRow causes an error, but GetValue is still allowed.

Errors

The result contains no data (DBstsNODA).

Example
See Also