Subject Explicit transaction
Author Helton de Oliveira
Hi all,

How can i start an explicit transaction ? I tried the following:
"TIB_Connection.Transactions[0].StartTransaction" but the alterations are
always posted to the database even with the following command
"TIB_Connection.Transactions[0].Rollback".

It's necessary a TIB_Transaction component to start an explicit transaction
or there is a way of do this only with a TIB_Connection component ?

Other question: what is the diference between Commit and CommitRetaining
methods ?

Thanks,

Helton