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 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