SYB2PC Transactions

SYB2PC transactions use the SAP two-phase commit protocol to ensure that the work of a distributed transaction is committed or rolled back as a logical unit.

SAP ASE does not modify the behavior of SYB2PC transactions. However, application developers who implement SYB2PC transactions may want to consider using SAP ASE transaction coordination services instead. Compared to SYB2PC transactions, transactions coordinated directly by SAP ASE use fewer network connections and execute more quickly, while still ensuring the integrity of the distributed transaction. Application code can also be simpler when SAP ASE, rather than the application, coordinates remote transactions.