Posted: Tue Aug 04, 2009 10:38 pm Post subject: convert :CHAR to BLOB
Apprentice
Joined: 27 Nov 2006 Posts: 40
Hi,
How to convert CHARACTER TO BLOB.
The code is,
DECLAARE VAR1 CHARACTER;
SET VAR1= InputRoot.XMLNSC.Message.Element.Data;
SET OutputRoot."BLOB"."BLOB"=cast(VAR1 as BLOB)
But it's not working.
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