BinaryResults

Specifies the Open Server datatype to which returned binary results are converted.

Syntax

BinaryResults=[binary | char]

Default

binary

Values

  • 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.

Comments

If the BinaryResults 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.