WINSCW URel version of DbCreator should be invoked. When invoked, it
pops up an emulator window. This window disappears when the process is finished.
In order to speed up the process, it is recommended to invoke the DbCreator.exe
file with the –dtextshell
parameter, or add "textshell”
to the epoc.ini
file. This ensures that DbCreator runs
in text shell mode instead of GUI mode.
Use the DbCreator command this way:
$\epoc32\release\winscw\urel\DbCreator.exe [-dtextshell --] [f:<inputfile>]
All parameters are optional. The order of the parameters is unimportant.
If a parameter is specified more than once, the last one will be the valid
one. Parameters are not case sensitive. Some of the parameters require a value
(e.g.: f:c:\data\DbCreator\VariantData.xml
). If this
value is not given correctly, the program terminates.
Parameters:
Parameter |
Description |
Defaults to |
---|---|---|
|
Launches the text shell rather than the GUI in the emulator. |
|
|
Full Symbian OS path (drive, path and filename) of the input XML file. Note: Symbian C: drive is equivalent to the <EPOC_ROOT>\epoc32\winscw\c directory |
|
|
Extend CommsDat with WLAN and data mobility related tables. The tables are always created if they do not exist, even when this switch is not provided. This switch tells DbCreator to stop processing after the tables are created. As a result even specified input files are not processed. |