Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Dynamic Transaction Rollback Recovery

[Top]


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.

[Top]


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:

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.