DELETEDB

Deletes a database.

Syntax

DELETEDB appName dbName

appName Name of the application containing the database to delete.
dbName Name of the database to delete.

Notes

Deleting a database deletes all of its associated objects, along with any additional files that reside in the database directory.

Example

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