BOOL CanUpdate( ) const;
Return Value
Nonzero if the recordset can be updated; otherwise 0.
Remarks
Call this member function to determine whether the recordset can be updated. A recordset might be read-only if the underlying data source is read-only or if you specified CRecordset::readOnly in the dwOptions parameter when you opened the recordset.
CRecordset Overview | Class Members | Hierarchy Chart
See Also CRecordset::Open, CRecordset::AddNew, CRecordset::Edit, CRecordset::Delete, CRecordset::Update