.

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


UseRowID property
Example

Specifies whether data in the back-end database is accessed by row ID.

Defined in

ODBCQuery

Syntax

To get: flag% = odbcQuery.UseRowID

To set: odbcQuery.UseRowID = flag%

Data type

Boolean

Legal values


Usage

UseRowID defaults to False; most databases do not support access by row ID. Set UseRowID to True when you want to use "Select by Row ID mode" (the back-end database must support this type of access). You must set this type of access before using the SQL property to define your SQL statement.

Example