Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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