|
Options | Description |
---|---|
|
Displays the help message. It lists the options that can be used on the SDB Creator tool. |
|
Displays the list of modes and expected input files that can be used for each mode. |
|
Displays the tool version number |
|
Ignores SQL or CED execution errors during the creation of the database. |
|
Sets the logging output mode to |
|
Sets the mode of operation. The three modes that can be specified are:
|
|
Specifies the input database file. To provide an existing database file as input, you must use this option. |
|
Specifies the configuration XML file which contains settings for the SQLite and DBMS databases.
Note: This option is applicable only in
|
|
Specifies the output database file name and location using this option. |
|
Sets custom logging properties. |
|
Specifies input files.
In
In |
Examples
The following are some example commands:
-
To create a database in
sqlite
mode by specifying a configuration file and an input file:> sdb -m sqlite -c sqlite_settings.xml input_data_schema.sql
-
To create a database in
ced
mode for Symbian OS v9.5 by specifying an input file:> sdb -m ced.95 input_ced.cfg
-
To update an existing database in
dbms
mode by specifying an input database file and an input SQL file:> sdb -m dbms -i exist_dbms.db -o updated_dbms.db input_data.sql
The preceding command updates
exist_dbms.db
with the data ininput_data.sql
and stores it asupdated_dbms.db
.