|
Deletes the current record from a table function PXRecDelete (TblHandle : TableHandle): Integer; Errors: PXERR_RECLOCKED 9 Record is locked PXERR_TABLEWRITEPRO 22 Table is write protected PXERR_RECDELETED 50 Another user deleted record PXERR_INVTABLEHANDLE 76 Invalid table handle PXERR_TABLEEMPTY 105 Operation on empty table PXERR_TABLELOCKED 119 Table is locked PXERR_SXCANTUPDATE 136 Cant update Heap open on Secondary index |
|