Error 911

"Control character in XML output"

Item Description

SQLCode

-911L

Constant

CONTROL_CHARACTER_IN_XML_OUTPUT

SQLState

WX015

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

2576

Severity Code

16

Probable cause

A non-space character less than hex 20 was encountered while generating XML content. Consider base64 encoding strings that contain control characters before using them as XML content. This can be accomplished in a FOR XML query or SQLX function by casting the string to a type such as LONG BINARY.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com