Originally posted by: WaldemarHaszlakiewicz
Hi
For whole week now I'm trying to insert an UTF-8 character to database and WTX just doesn't want to cooperate.
What is the problem?
Well I have a localized UTF-8 character (ex. 'č' -> X'C48DC' in UTF-8) and if I try to insert that to database it just get garbled and Database doesn't want to take this as a value.
Now one way around would be to just use:
insert into aplhaw.uni VALUES( X'C48D' );
But again I can't figure it out how to force WTX not to do:
insert into aplhaw.uni VALUES( "X'C48D'" ); i.e. using the whole value as text.
I've tried all sort of stuff but can't get to insert hex into this field.
Does somebody know how to write a manual PUT command that would execute the
insert into aplhaw.uni VALUES( X'C48D' ); command?
Any help would really be apprechiated as I'm becoming desperate.
Best regards
Waldemar
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender