Trying to recompile in D7 an old application written in D6, i get an error as TORASession.InLocalTransaction doesn't exists anymore...
in this construction
Code: Select all
Result := SessionMoney.InLocalTransaction or SessionMoney.InTransaction;
Can I just leave the InTransaction test ?
Thanks in advance,
Michel