RowEditingAccess property

Sets or returns the default access control for new Database Rows in a Database. Changing this property has no effect on access to existing database rows.

Syntax


C++

HRESULT get_RowEditingAccess(ERUDBRowEditAccess* pRetVal)

HRESULT put_RowEditingAccess(ERUDBRowEditAccess Access)

Scripting languages

Value = object.RowEditingAccess

object.RowEditingAccess = Value

Legal Values


The value of RowEditingAccess is specified by the ERUDBRowEditAccess enum.

Remarks


The ERUDBRowEditAccess enum is different from the ERUAccessScope enum, which is used to set the access scope for the database page itself. ERUDBRowEditAccess is used to determine who has editing rights on the individual rows. Note that for all values in the ERUDBRowEditAccess enumeration, the database creator always has edit access.

Home

Applies to

IERUDatabase


See also

Databases