Advanced Replication Guide : Using advanced replication with applications : Designing and implementing Intelligent Transactions : Updating local data
  
Updating local data
In Create order transaction, the first part (local changes) of the transaction is a straightforward execution of the standard SQL clauses:
-- Make changes to local database
CALL INSERT_ORDER(...) ;
CALL UPDATE_CUSTOMER_CREDIT(...) ;
In the solidDB® advanced replication architecture, local changes remain local unless the statements and parameters of a transaction are explicitly saved for later propagation.
See also
Designing and implementing Intelligent Transactions