SDAC

TCRInvalidHashAction Enumeration

Specifies the action to perform on data fetching when hash data is invalid.

Unit

CREncryption

Syntax

TCRInvalidHashAction = (ihFail, ihSkipData, ihIgnoreError);

Values

Value Meaning
ihFail The EInvalidHash exception is raised and further data reading from the server is interrupted.
ihIgnoreError In spite of the fact that the data is not valid, the value is set in the field. No exception is raised.
ihSkipData The value of the field for this record is set to Null. No exception is raised.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback