Function CSPODBCRecordset::Rollback()
Description:
Rollbacks all transactions made through this recordset object.
 |
Prototype:
bool Rollback();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
Remarks:
This works only if this object is not bound to an external connection object. If this object is bound to an external connection use the member function CSPODBCConnection::Rollback()
See also:
member functions Rollback(), AutoCommit()
|
|