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
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