Command EN Version 2.00

SET CRYPT DATATYP

Syntax

SET CRYPT DATATYP:DataTypText;

Description

Determines the data type for the encrypted API Engine fields. Text is the default. All fields, saved and encrypted after this command, are saved with this data type.

DataTypText:
"RT"
"TEXT"

Example1:

SET CRYPT DATATYP:"RT";
END;

DataType is rich text.

Example2:

SET CRYPT DATATYP:"TEXT";
END;

DataType is text.