diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-358A2262-2C01-509D-AB33-665A9FFF8E04.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-358A2262-2C01-509D-AB33-665A9FFF8E04.dita Tue Jul 20 12:00:49 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Dynamic Transaction Rollback Recovery
Overview

The server will automatically attempt to recover (repair) a damaged database during a transaction rollback. The database is closed and re-opened. As part of the re-opening the database is recovered.

Implementation Considerations

In the previous version of the Contacts Model the client could explicitly call the CContactDatabase::RecoverL() API for one of the two following reasons:

  • A call to the CContactDatabase::IsDamaged() API indicates the database is damaged

  • An observer receives the EContactDbObserverEventRollback event

In both of these scenarios the dynamic transaction rollback recovery will remove the need to call the CContactDatabase::RecoverL() explicitly.

Note that in out-of-memory conditions transaction rollback recovery cannot be guaranteed.

\ No newline at end of file