DataUpdatable Property

   

Returns a value that indicates whether the data in the field represented by a Field object is updatable.

Syntax

BOOLGetDataUpdatable(VOID);

Remarks

Use this property to determine whether you can change the Value property setting of a CdbField object. This property is always False on a CdbField object whose Attributes property is dbAutoIncrField.

You can use the DataUpdatable property on CdbField objects that are appended to the Fields collection of CdbQueryDef, CdbRecordset, and CdbRelation objects, but not the Fields collection of CdbIndex or CdbTableDef objects.