Function EN Version 3.00

@GetDBReplicaHistory

Database NotesAdmin NotesSystem Replication

Syntax

@GetDBReplicaHistory(DBHANDLE1;RETTD1);

Description

Retrieves the replication history of the database with the DBHANDLE DBHANDLE1.

A TEXTLIST with the names of the servers/users is returned directly.
In RETTD1 a TDLIST with the respective last replication date, corresponding to the TEXTLISTE.

Example: @GetDBReplicaHistory(DBHANDLE1;RETTD1);

RETNAMES:=@GetDBReplicaHistory(DBHANDLE1;RETTD1);
DBHANDLE1:=@CloseDB(DBHANDLE1);

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