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

SQL Anywhere 12.0.0 (Français) » SQL Remote » Creating SQL Remote systems » Understanding transaction log-based replication

 

Replicating INSERT and DELETE statements

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