Specifies the Open Server datatype to which returned binary results are converted.
BinaryResults=[binary | char]
binary
binary indicates that results of 255 bytes or less are returned as CS_BINARY. Those with 256 bytes or more are returned as CS_IMAGE.
char indicates that results of 255 bytes or less are returned as CS_CHAR. Those with 256 bytes or more are returned as CS_TEXT.
If the BinaryResult configuration property is set to char, the access service changes the binary string to a character string and converts the character string to the client code set.