.

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


ReadOnly property
Example

Read-write. Indicates whether a result set is read-only. Can be set to True to prevent updates.

Defined in

ODBCResultSet

Data type

Boolean

Syntax

To get: flag% = odbcResultSet.ReadOnly

To set: odbcResultSet.ReadOnly = flag%

Legal values


Usage

Even if the data source does not support a command to place itself in read-only mode, you can set the result set to read-only.

Example
See Also