Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
BOOL CanTransact( );
throw( CDaoException, CMemoryException );
Return Value
Nonzero if the database supports transactions; otherwise 0.
Remarks
Call this member function to determine whether the database allows transactions. Transactions are managed in the database’s workspace. For information about transactions, see the article in Visual C++ Programmer's Guide.
CDaoDatabase Overview | Class Members | Hierarchy Chart
See Also CDaoWorkspace::BeginTrans, CDaoWorkspace::CommitTrans, CDaoWorkspace::Rollback