LOTUS CONNECTORS


PrevRow method
Example

Positions the current row pointer at the previous row.

Defined in

ODBCResultSet

Syntax

status = odbcResultSet.PrevRow

Return value

status


Usage

The previous row is not accessible if the pointer is already at the first row; a result set is not cached; the current row is the AddRow workspace; or the cache is limited, and the previous row was flushed from the cache.

Errors

Invalid row number (DBstsINVR)

Cannot access requested row (DBstsCARR)

Events

BeforePrevRow

AfterPrevRow

BeforeRowPositionChange

AfterRowPositionChange

Example
See Also