Function
EN
Version 2.10
@DeleteDB
Database
Syntax
@DeleteDB(NOTESPATH1);
Description
Deletes a database with the NOTESPATH NOTESPATH1.
If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.
Example: @DeleteDB(NOTESPATH1)
NOTESPATH1:="DEMOSERVER!!TEST.NSF";
Ret:=@DeleteDB(NOTESPATH1);
Deletes the database "TEST.NSF" on the server "DEMOSEVER".
Note : This text was machine-translated and may contain inaccuracies.
