diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-358A2262-2C01-509D-AB33-665A9FFF8E04.dita --- a/Symbian3/PDK/Source/GUID-358A2262-2C01-509D-AB33-665A9FFF8E04.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-358A2262-2C01-509D-AB33-665A9FFF8E04.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,12 +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