CellMapDbTool
Purpose:
-
Create/Insert/Update /data/cell_map.db with contents of the /data/cell_map.SITE files.
Enter:
-
CellMapDbTool <create_db_flag> [site_name] [update_flag]
Where:
-
create_db_flag
Specify a flag intended to indicate whether to create a /data/cell_map.db file.
site_name
Optional. Specify the site of the cell_map information to be inserted or updated within the database.
update_flag
Optional. Specify a flag intended to indicate whether to update site records.
Example:
-
CellMapDbTool true
Creates the /data/cell_map.db database file.CellMapDbTool false CTC
Inserts into the /data/cell_map.db database file records from the /data/cell_map.CTC file.CellMapDbTool false CTC true
Deletes the CTC site records within the /data/cell_map.db database file and inserts the updated data from the /data/cell_map.CTC file.