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

SAP Sybase SQL Anywhere 16.0 » SQL Remote » Creating SQL Remote systems » Update conflicts

 

Custom conflict resolution using triggers

Custom conflict resolution can take several forms. For example, in some applications, resolution can:

  • Compare the dates of the original transactions.

  • Perform calculations on the results of two or more updates.

  • Report the conflict into a table.

Custom conflict resolution requires you to write RESOLVE UPDATE triggers.

 Using the RESOLVE UPDATE conflict resolution trigger
 Using the CURRENT REMOTE USER special value
 See also

Date conflict resolution
Inventory conflict resolution