Hi,
Environment:
DB2 : 9.x
unix: aix
We are storing XML in BLOB data type.
We need to display XML (which is stored in BLOB data type) in some JSP.
While displaying the XML, we are not able to see some special characters related to UTF-8 encoding (Ex: β).
If the same character is stored in some varchar datatype, then we are able to display the content properly.
BLOB - used for images.
This field in the table has been created with BLOB and can it be displayed as required.
Anything to do with character set? But i did see BLOB does not require any character set. And i suppose BLOB column should be created in separate table, is it so?
Can any of you show me a lead?
thanks