Description

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

Syntax

rv = Database_Services("WriteDataRow", TableName, KeyID, DataRow, IgnoreSelfLock, IgnoreMFSRoutines, IgnoreAllLocks)

Parameters

ParameterDescription

TableName

[REQUIRED] The linear hash database table name.

KeyID

[REQUIRED] The KeyID to the database table.

DataRow[REQUIRED] The data to write to the record.
IgnoreSelfLock[Boolean] Ignore if lock exists on this station. Default is False.
IgnoreMFSRoutines[Boolean] Flag to determine if MFS's attached to the TableName should be ignored. Default is False.
IgnoreAllLocks[Boolean] Ignore if lock exists on any station. Default is False.

Version

16.0.18


  • No labels