.

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


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