SET REPLICATION
From Recital Documentation Wiki
Purpose
Determines whether or not Recital Replication is enabled
Syntax
SET REPLICATION ON | OFF | (<expL>)
See Also
Description
SET REPLICATION must be ON to enable Recital Replication. When replication is turned on all tables already open and all tables opened afterwards are flagged for replication. You may turn replication off to disable replication, but it is better to use the allow and deny access control lists to filter out tables from replication.
To turn replication on you must already have installed the Replication service on the system. If this has not been done then a You must configure the replication service first with 'dbreplication rrs' error will be returned.
Example
********************** * File : config.db * * ... set replication on *... *
Products
Recital Replication, Recital Server, Recital Web