Read-Only Data Source Property

ADO and SQL Server

ADO and SQL Server

Read-Only Data Source Property

The Read-Only Data Source property indicates whether the referenced database is read-only.

Applies To
Connection Object
Syntax

object.Properties("Read-Only Data Source")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

One of the following settings:

Value Description
True The database is read-only.
False The database is updatable.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_DATASOURCEREADONLY