ctsqlcdb
The ctsqlcdb utility creates a new, adds an existing, or drops a database from the c-tree SQL Server.
Usage:
ctsqlcdb { -add    } database_name [servername]
         { -create }
         { -drop   }
Where:
• -add adds a reference to an existing database (be sure that the database dbs folder has been copied to the server’s data directory before using this option)
• -create creates a new database
• -drop removes a reference to an existing database
• database_name is the name of the database you want to add, drop or create
• servername is the optional c-tree SQL Server name