Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Remote » Creating SQL Remote systems » Transaction log-based replication

 

INSERT and DELETE statement replication

For SQL Remote, the INSERT and DELETE statements are the simplest statements to replicate:

  • When an INSERT statement is executed on one database, it is sent as an INSERT statement to the subscribed databases in the SQL Remote system.

  • When a DELETE statement is executed on one database, it is sent as a DELETE statement to the subscribed databases in the SQL Remote system.

 Consolidated database
 Remote databases
 See also