diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita --- a/Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,12 +1,31 @@ - - - - - -Access modes

A named database supports three access modes:

The first two access modes are implemented through a file server session which provides the necessary file access modes while shared read/write access must be done through the DBMS server.

Creating a database through the Create() and Replace() member functions of RDbNamedDatabase, initiates client-side access to the database and does not require a connection to the DBMS server.

RDbNamedDatabase offers two Open() functions, one for client-side access and the other for client-server access. Client-side access is preferred over client-server access as data retrieval is faster than indirecting via the DBMS server.

\ No newline at end of file + + + + + +Access +modesDescribes the access modes supported by a database. +

A named database supports three access modes:

+ +

The first two access modes are implemented through a file server session +which provides the necessary file access modes while shared read/write access +must be done through the DBMS server.

+

Creating a database through the Create() and Replace() member +functions of RDbNamedDatabase, initiates client-side access +to the database and does not require a connection to the DBMS server.

+

RDbNamedDatabase offers two Open() functions, +one for client-side access and the other for client-server access. Client-side +access is preferred over client-server access as data retrieval is faster +than indirecting via the DBMS server.

+
\ No newline at end of file