GraphicResults

Specifies the Open Client and Open Server datatype to which a DB2 access service converts DB2 GRAPHIC, VARGRAPHIC, and LONG VARGRAPHIC results.

Syntax

GraphicResults=[binary | char]

Default

binary

Values

binary indicates that results of XNLChar and XNLVarChar configuration property values or less are returned as CS_BINARY; those with XNLChar and XNLVarChar configuration property values or more are returned as CS_IMAGE.

char indicates that results of XNLChar and XNLVarChar configuration property values or less are returned as CS_CHAR; those with XNLChar and XNLVarChar configuration property values or greater are returned as CS_TEXT.