You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels