BOOL CanTransact( ) const;
Return Value
Nonzero if the recordset allows transactions; otherwise 0.
Remarks
Call this member function to determine whether the recordset allows transactions. For more information, see the article Transaction (ODBC) in Visual C++ Programmer’s Guide.
CRecordset Overview | Class Members | Hierarchy Chart
See Also CDatabase::BeginTrans, CDatabase::CommitTrans, CDatabase::Rollback