Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


The communications database

Communications settings are held in the form of individual tables within a single database managed by CommDb. The classes provided by CommDb use DBMS in their implementation and it is DBMS which provides the underlying behaviour for handling the database itself. In effect, CommDb is a layer over DBMS.

The tables are as follows:

Description

Identifer

Global settings

Fields are accessed through CCommsDatabase.

NIFMAN agent lookup table

AGENT_LOOKUP

Bluetooth default service

BT_DEFAULT_TABLE

Bluetooth device settings

BT_DEVICE_TABLE

CDMA settings specific to a Network Access Identifier (NAI)

CDMA2000_PACKET_SERVICE_TABLE

Chargecard

CHARGECARD

Connection preferences

Through CCommsDbConnectionPrefTableView.

CDMA settings not specific to a Network Access Identifier (NAI)

DEFAULT_CDMA2000_SETTINGS_TABLE

GPRS default settings.

DEFAULT_GPRS

Dial-in Internet Service Provider.

DIAL_IN_ISP

Dial-out ISP.

DIAL_OUT_ISP

Internet access point.

IAP

Incoming WCDMA

INCOMING_WCDMA

LAN network bearer

LAN_BEARER

Location settings

LOCATION

Modem (deprecated after 6.1)

MODEM

Modem (after 6.1)

MODEM_BEARER

Network identifiers

NETWORK

Outgoing WCDMA

OUTGOING_WCDMA

Proxy server settings

PROXIES

Secure Sockets protocol

SS_PROTO_TABLE

WAP Access Point

WAP_ACCESS_POINT

WAP IP bearer

WAP_IP_BEARER

WAP SMS bearer

WAP_SMS_BEARER

[Top]


Version history


New in version 8.1

Major changes in Version 8.1 are:


New in version 7.0s

Major changes in Versions 7.0s are as follows:


New in version 7.0

Major changes in Versions 7.0 are as follows:


New in version 6.1

Major changes in Versions 6.1 are as follows:

Version 6.0 compatibility

Version 6.0 of CommDb allowed clients the option of two different database structures: termed IAP- and ISP-type databases respectively. IAP (Internet Access Point)-type databases provides an IAP table that allows an ISP record and a chargecard to be identified as a group. An ISP-type database does not have an IAP table, but is otherwise identical.

Despite the table changes between Versions 6.0 and 6.1, the CommDb API still supports clients written to use Version 6.0. In particular, note the following: