LOTUSSCRIPT/COM/OLE CLASSES


Remove method
Example

Permanently deletes a database from disk.

Defined in

NotesDatabase

Syntax

Call notesDatabase.Remove

Usage

This method fails if the database is open by other users. It does not set the database to be deleted once the current users are finished, nor does it prevent new users from accessing the database. See the MarkForDelete method if you want to mark a database in a cluster for deletion once all current users have finished with it.

Language cross-reference

remove method in Java Database class

MarkForDelete method in NotesDatabase class

FileDatabaseDelete @command in formula language

DatabaseDelete @command in formula language

Example