Deletes a database.
DELETEDB appName dbName
appName | Name of the application containing the database to delete. |
dbName | Name of the database to delete. |
Deleting a database deletes all of its associated objects, along with any additional files that reside in the database directory.
To delete a database called BASIC from an application called TBC:
DELETEDB "TBC" "BASIC";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |