G
gus bjorklund
Guest
while there is no standardized two-phase commit protocol between MS SQL Server and the OpenEDge database, there is some knowledge in the transaction coordinator of the nature of the transaction participants. in your example, the MSS transaction would be committed first and if the commit fails, the OpenEdge transaction will be rolled back. that isn’t the same as proper two-phase commit but it is better than nothing at all.
Continue reading...
Continue reading...