Function
EN
Version 4.50
@GetDBObjectStoreID
Database
Syntax
@GetDBObjectStoreID(DBHANDLE);
Description
Returns the replica ID (RID/DBID) of the Notes object store database associated with the database with the DBHANDLE DBHANDLE is returned.
In case of an error, @ERROR is returned.
Example: @GetDBObjectStoreID(DBHANDLE);
DBHANDLE:=@OpenDB("TEST.NSF");
RID:=@GetDBObjectStoreID(DBHANDLE);
DBHANDLE:=@CloseDB(DBHANDLE);
The replica ID of the database "TEST.NSF" is assigned to the variable RID.
Note : This text was machine-translated and may contain inaccuracies.
