View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 09:18 AM
vasilip
 
Posts: n/a
Default (CORRECTION!) DB2 XQUERY can't serialize unicode string??? STATE 2200W

THIS ONLY HAPPENS WHILE QUERYING IN THE CONTROL CENTER. is there anyway
to get around this? the query works fine if I query from java for
example.

xquery
for $y in
db2-fn:xmlcolumn('MYTABLE.DATAXML')/DataXML/MLData/Gr/LongDescription
return $y

Works fine if LongDescription contains only english... if I use greek
for example.. I get

SQLSTATE 2200W: An XML value contained data that could not be
serialized.


Any help would be great!


Vasili

Reply With Quote