diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-E88E64C6-5A80-59EE-8227-455EC033E6E9.dita --- a/Symbian3/SDK/Source/GUID-E88E64C6-5A80-59EE-8227-455EC033E6E9.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-E88E64C6-5A80-59EE-8227-455EC033E6E9.dita Tue Jul 20 12:00:49 2010 +0100 @@ -9,4 +9,4 @@ --> -What are sessions with the Comms DatabaseThis topic describes the use of sessions to access the Comms Database.

Tools and applications create and use a session to access the Comms Database. A session is an instance of the class CMDBSession. An instance of CMDBSession acts as a handle to the database. The functions provided by MMetaDatabase to access the Comms Database require an instance of CMDBSession.

You must create a session before you get data from the Comms Database and before you update the Comms Database. To create a session, you create an instance of the CMDBSession class.

You delete the session after you finish your use of the Comms Database. To delete a session, you delete the instance of the CMDBSession class.

\ No newline at end of file +What are sessions with the Comms DatabaseThis topic describes the use of sessions to access the Comms Database.

Tools and applications create and use a session to access the Comms Database. A session is an instance of the class CMDBSession. An instance of CMDBSession acts as a handle to the database. The functions provided by MMetaDatabase to access the Comms Database require an instance of CMDBSession.

You must create a session before you get data from the Comms Database and before you update the Comms Database. To create a session, you create an instance of the CMDBSession class.

You delete the session after you finish your use of the Comms Database. To delete a session, you delete the instance of the CMDBSession class.

\ No newline at end of file