Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
BOOL CanAppend( ) const;
Return Value
Nonzero if the recordset allows adding new records; otherwise 0. CanAppend will return 0 if you opened the recordset as read-only.
Remarks
Call this member function to determine whether the previously opened recordset allows you to add new records by calling the AddNew member function.
For more information about updating records, see the article in Visual C++ Programmer's Guide. For related information, see the topic "Append Method" in DAO Help.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::CanBookmark, CDaoRecordset::CanRestart, CDaoRecordset::CanScroll, CDaoRecordset::CanTransact, CDaoRecordset::CanUpdate