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.