Drops a database and its associated dbspace segment files.
DROP DATABASE db-filename [ KEY key-spec ]
DROP DATABASE 'mydb.db'
DROP DATABASE 'marvin.db' KEY 'is!seCret'
DROP DATABASE '/s1/temp/temp.db'
DROP DATABASE drops all the database segment files associated with the IQ store and temporary store before it drops the catalog store files.
You must stop a database before you can drop it. If the connection parameter AUTOSTOP=no is used, you may need to issue a STOP DATABASE statement.
You cannot execute a DROP DATABASE statement to drop an IQ database that has a DatabaseStart event defined for it.