cell_map_db_create_insert
Purpose:
-
Create/Insert/Update /data/cell_map.db with contents of the /data/cell_map.SITE files.
Enter:
-
cell_map_db_create_insert <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:
-
cell_map_db_create_insert true
Creates the /data/cell_map.db database file.cell_map_db_create_insert false CTC
Inserts into the /data/cell_map.db database file records from the /data/cell_map.CTC file.cell_map_db_create_insert 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.