Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

Parameter not registered as output parameter Next Page

Parent not open: '%1'


Item

Value

Constant

SQLE_EXPLICIT_TAG_NOT_OPEN

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Parameter 1

The parent tag ID that is not among the open tags.

Severity

16

SQLCODE

-900

SQLSTATE

WX008

Sybase error code

13581

Probable cause

FOR XML EXPLICIT requires the parent tag for a row to be opened when that row is read. Check the order of the rows returned by the query with the FOR XML EXPLICIT clause removed.