diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-C61B979A-921A-5756-8D7E-691C3DDD3437.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-C61B979A-921A-5756-8D7E-691C3DDD3437.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,24 @@ + + + + + +Sharing +databases overviewProvides access to a server that allows databases to be accessed +by multiple clients. +
Description

The API has two key concepts: DBMS +server session, and database change notifier.

DBMS +server session

A session with the DBMS server allows suitable +databases to be shared with read/write access by multiple clients. Note that +a session can be used to open any number of databases, and that if write access +is required by one client, then all clients of that database must use the +DBMS server.

The DBMS server session is provided by RDbs.

Database change notifier

Clients can be notified of changes +(such as transactions committed or rolled back, database closed or recovered) +to shared databases through RDbNotifier.

+
\ No newline at end of file