Description
Reads a data row for the indicated Key ID and database table.
Syntax
rv = Database_Services("ReadDataRow", TableName, KeyID, NotExpired, ExpirationDuration, IgnoreMFSRoutines)Parameters
| Parameter | Description |
|---|---|
TableName | [REQUIRED] The linear hash database table name. |
KeyID | [REQUIRED] The KeyID to the database table. |
NotExpired | [Boolean] Default is True. For use with reading the record from Memory_Services. |
| ExpirationDuration | [Integer] Default is 0. For use with reading the record from Memory_Services. |
| IgnoreMFSRoutines | [Boolean] Default is False. Flag to determine if MFS's attached to the TableName should be ignored. |
Version
16.0.18