BinaryResults

Specifies the Open Client and Open Server datatype to which a DB2 access service converts DB2 result columns that are described as either CHAR FOR BIT DATA or VARCHAR FOR BIT DATA.

Syntax

BinaryResults=[binary | char]

Default

binary

Values

binary indicates that results of XNLChar bytes or less are returned as CS_BINARY; those with more than XNLChar bytes or more are returned as CS_IMAGE.

char indicates that results of XNLChar bytes or less are returned as CS_CHAR; those with more than XNLChar bytes or more are returned as CS_TEXT.