.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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