Function EN Version 4.50

@CreateObjectStore

Database

Syntax

@CreateObjectStore(NOTESPATH1;BOOLOVERWRITE2);

Description

Creates a new Notes object store database with the NOTESPATH NOTESPATH1.
With the parameter FN BOOLOVERWRITE2 specifies whether an already existing Notes object store database with this NOTESPATH NOTESPATH1 should be overwritten (=1) or not (=0);

Example: @CreateObjectStore(NOTESPATH1;BOOLOVERWRITE2);

Ret:=@CreateObjectStore("TESTDB\\OS.NSF";1);

Creates a new Notes object store database with the NOTESPATH "TESTDB\\OS.NSF".
(If such a database already exists, it is overwritten.)

Note : This text was machine-translated and may contain inaccuracies.