Posted: Tue Jun 03, 2003 1:25 am Post subject: BLOB into Character
Apprentice
Joined: 05 Aug 2001 Posts: 29
Hi there!
I'm using the CAST function to transform the value of one data type into another data type, in my case first it is Character into BLOB and afterwards the BLOB field should come up as a normal Character field again.
SET FieldA= CAST(InputRoot.XML.FieldA AS BLOB CCSID 1208 ENCODING 546); -> works fine
SET FieldA= CAST(FieldA AS CHARACTER CCSID 819 ENCODING 546);
-> lets FieldA look like the same as the BLOB field
How do I get a readable content of the field again.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum