[ |../../index.htm#lansa/srvgudba_0065.htm]
You are here:
6.10.2 C Example
Delete a record from a file.
BOOL fOK;
int iSession;
fOK = LceSetFieldValue(iSession, "EMPNO", "12345")
fOK = LceDelete(iSession, "PSLMST", "EMPNO", FALSE);
[ |../../index.htm#lansa/srvgudba_0065.htm]