Top
PowerCOBOL V11.0 Reference
FUJITSU Software

5.30 DeleteRecord Method

Description:

Deletes a record in the table. It uses the Update/Delete key specified in the DB Access property page.

Used in controls:

DB Access

Used in objects:

None.

Parameters:

None.

Return value:

VT_I4 - ReturnValueS9(9) COMP-5

Zero or greater means the number of records deleted.
Negative indicates an error.

Example:

INVOKE CmDB1 "DeleteRecord"
  RETURNING ReturnValue

Backward compatibility
method name:

DELETERECORD

Backward compatibility
arguments:

None.