Function
EN
Version 2.10
@DeleteDBReplicaHistory
Database
Syntax
@DeleteDBReplicaHistory(DBHANDLE1);
Description
Deletes the replication history of the database with the DBHANDLE DBHANDLE1.
If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.
Example: @DeleteDBReplicaHistory(DBHANDLE1)
DBHANDLE1:=@OpenDB("TEST.NSF");
Ret:=@DeleteDBReplicaHistory(DBHANDLE1);
DBHANDLE1:=@CloseDB(DBHANDLE1);
Deletes the replication history of the database "TEST.NSF".
Note : This text was machine-translated and may contain inaccuracies.
