.

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


IsBeginOfData method
Example

Indicates whether the cursor position is at the beginning of the result set.

Defined in

ODBCResultSet

Syntax

flag% = odbcResultSet.IsBeginOfData

Return value


Usage

When IsBeginOfData returns False, it could mean that the result set is empty. If you do not know whether any rows were returned from your query, use the IsResultSetAvailable method to test whether data is available before using methods that assume data is present.

Errors

Not connected to a data source (DBstsNCON)

The result contains no data (DBstsNODA)

Example
See Also