Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



CDB commands

CDB provides the following commands:

  1. HELP

  2. RELEASEINFO

  3. CHECKCONFIG

  4. EXTRACTRELEASE

  5. COMPARERELEASE


HELP

This is the most basic command and used to get help on a CDB command.

> cdb HELP <command>

[Top]


RELEASEINFO

Use RELEASEINFO command to get the information about the release that is currently in the database.

> cdb RELEASEINFO

[Top]


CHECKCONFIG

Use CHECKCONFIG commnad to display the configuration information.

> cdb CHECKCONFIG

[Top]


EXTRACTRELEASE

Use EXTRACTRELEASE to extract a SINGLE release to the database. This reads in all files in epoc32\include\... to the database, and assigns the configuration name to the extracted files.

> cdb extractrelease <config> [-a <api_doc>]

where:

[Top]


COMPARERELEASE

Use COMPARERELEASE to check the compatibility of the code in the current database or across databases.

> cdb compare <baseconfig> -a <alt db> <derivedconfig> [-r <report>] [-x <xsl_doc>] [-f <apilevel>]

where: