Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/srvgudba_0050.htm]
You are here:

...

     iRet = LceSetCommitmentOn(iSession)
iRet = LceOpenSession(iSession) ' enable commit mode
...
if (bCommit) then
   iRet = LceCommitWork (iSession)
else
   iRet = LceRollBackWork (iSession)