BOOL CanTransact( ) const;
throw( CDaoException, CMemoryException );
Return Value
Nonzero if the underlying data source supports transactions, otherwise 0.
Remarks
Call this member function to determine whether the recordset allows transactions.
For more information about updating data, see the article DAO Recordset: Recordset Operations in Visual C++ Programmer's Guide. For related information, see the topic "Transactions Property" in DAO Help.
CDaoRecordset Overview | Class Members | Hierarchy Chart
See Also CDaoRecordset::AddNew, CDaoRecordset::CanAppend, CDaoRecordset::CancelUpdate, CDaoRecordset::CanScroll, CDaoRecordset::CanRestart, CDaoRecordset::CanUpdate, CDaoRecordset::Delete, CDaoRecordset::Edit, CDaoRecordset::Update