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

Compare with Current View Page History

« Previous Version 2 Current »

Delete a record from a file.
BOOL fOK;
int  iSession;
 
fOK = LceSetFieldValue(iSession, "EMPNO", "12345")
 
fOK = LceDelete(iSession, "PSLMST", "EMPNO", FALSE);
 

  • No labels