Hi folks!
I'm working on a replication service with Delphi 2009 and IBDac (2.7). The prior version was a Delphi 5 project with ib objects.
I wondered if there is an equivalent to ibo's "two-phase-commitment". (Indeed, it's originally a firebird-function)
This function commits the data to the rdbms but flags it to rollback, if the connection is lost or another error happens. Next it commits the data to a second connection (=a second database) and after successful commitment it clears the flag from the first transaction.
I didn't find any particular resolution in your docs. Perhaps I can do this by hand but currently I don't have a clue how to start.
Perhaps you have any tips for me?
Thanks in advance!
Christian