Before you start, you must understand:
the general concept of the Comms Database
the specific concept of Comms Database Transactions
how to write and build application code to run on Symbian OS
A transaction is a sequence of read and write operations. In a transaction all operations must be successful to make sure of the integrity of the data.
A tool or application must mark the start of a transaction. The tool or application must also mark the end of a transaction.
A transaction ends normally or the transaction is rolled back. A transaction is rolled back when one of the read or write operations fails. Other events can cause the tool or application to abandon the transaction. Other events depend on the purpose of the tool or application.
Create a session with the Comms Database before you start a transaction.
There are many ways to implement transactions. The procedure below is one method. The method shows the principle of transactions. The method you use depends on the organisation of your code.
Before you start, +you must understand:
the general concept +of the Comms Database
the specific concept +of Comms Database Transactions
how to write and build +application code to run on Symbian platform
A transaction is +a sequence of read and write operations. In a transaction all operations must +be successful to make sure of the integrity of the data.
A tool or +application must mark the start of a transaction. The tool or application +must also mark the end of a transaction.
A transaction ends normally +or the transaction is rolled back. A transaction is rolled back when one of +the read or write operations fails. Other events can cause the tool or application +to abandon the transaction. Other events depend on the purpose of the tool +or application.
Create a session with the Comms Database before you +start a transaction.
There are many ways to implement transactions. +The procedure below is one method. The method shows the principle of transactions. +The method you use depends on the organisation of your code.