diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita --- a/Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-05FDC28B-F033-5FDC-8F41-71BD212C27E2.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,31 +1,31 @@ - - - - - -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.

+ + + + + +Access +modesDescribes the access modes supported by a database. +

A named database supports three access modes:

+
    +
  • Exclusive read/write +access

  • +
  • Shared read-only access

  • +
  • Shared read/write access

  • +
+

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