6.17. Drop

[<<<] [>>>]

bdb::Drop "databasename"

This command deletes a database. The name of the database should be specified. Whenever you want to delete a database programmatically use this command instead of deleting the database file directly. This command takes care of the configuration and should be more compatible with future releases of the module than just deleting the physical file.


[<<<] [>>>]