SetupDB - Database Setup
SetupDB() allows upgrading or repairing a database. It works similar to the CopyDB() utility but it is easier to use. SetupDB() copies the database to a temporary database. After successfully copying the database the old database is deleted and the updated database is moved (or renamed) to the original position.
SetupDB ini_file from [to] [-q] [-h]
Definition:
ini_file - ini-file that describes the data sources
from - source data section in ini-file
to - target data section in ini-file (optional)
-q - do not write messages to system output
-h - show help information