Поделиться через


CDaoRecordset::CanAppend

Call this member function to determine whether the previously opened recordset allows you to add new records by calling the AddNew member function.

BOOL CanAppend( ) const;

Возвращаемое значение

Nonzero if the recordset allows adding new records; otherwise 0. CanAppend will return 0 if you opened the recordset as read-only.

Заметки

For related information, see the topic "Append Method" in DAO Help.

Требования

Header: afxdao.h

См. также

Основные понятия

CDaoRecordset Class

CDaoRecordset Members

Hierarchy Chart

CDaoRecordset::CanBookmark

CDaoRecordset::CanRestart

CDaoRecordset::CanScroll

CDaoRecordset::CanTransact

CDaoRecordset::CanUpdate