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

Compare with Current View Page History

« Previous Version 2 Current »

' set commit mode
iSession = LceGetSessionId(): 
If bCommit = True Then
    iRet = LceSetCommitmentOn(iSession)
Else
    iRet = LceSetCommitmentOff(iSession)
End If
iRet = LceOpenSession(iSession):

  • No labels