Versions Compared

Key

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

Delete a record from a file.BOOL fOK

     BOOL fOK;
int  iSession;
 

...

     fOK = LceSetFieldValue(iSession,

...

 "EMPNO",

...

 "12345")
 

...

     fOK = LceDelete(iSession,

...

 "PSLMST",

...

 "EMPNO",

...

 FALSE);

...