Versions Compared

Key

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

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

...

Update a record from a file.
BOOL fOK;
int  iSession;
 
fOK = LceSetFieldValue(iSession, "SALARY", "25000");
fOK = LceSetFieldValue(iSession, "SURNAME", "Buckley");
fOK = LceSetFieldValue(iSession, "EMPNO", "12345");
 
fOK = LceUpdate(iSession, "SURNAME, SALARY", "PSLMST", "EMPNO", FALSE);
 
[ Image Removed |../../index.htm#lansa/srvgudba_0505.htm]