Subject Transactions
Author Michael Vilhelmsen
Hi

I use IBO.

I manually start every transaction by doing this:

if (not (DMEksp.trEksp.InTransAction)) then
DMEksp.trEksp.StartTransAction;


Do a little or a lot.


if ((DMEksp.trEksp.InTransaction)) then
DMEksp.trEksp.Commit;


Isn't that the right way to handle transactions ?


Michael