DROP DATABASE will remove the specified database from the specified Omnidex Environment.
DROP DATABASE database_name IN “filename” [WITH options]
Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement.
Omnidex_Environment_filespec is the filespec containing the Omnidex Environment.
This Statement has no options.
drop database tinydb IN "tiny.xml"