Description

Deletes a data row for the indicated Key ID and database table.

Syntax

rv = Database_Services("DeleteDataRow", TableName, KeyID, IgnoreSelfLock, IgnoreMFSRoutines)

Parameters

ParameterDescription

TableName

[REQUIRED] The linear hash database table name.

KeyID

[REQUIRED] The KeyID to the database table.

IgnoreSelfLock

Default is False.

IgnoreMFSRoutines

Default is False.

Version

16.0.18

  • No labels