Posted: Fri Jun 27, 2008 5:12 am Post subject: Special Chars problem while selecting from Oracle table
Apprentice
Joined: 27 Jun 2008 Posts: 35
Hi,
I am querying oracle table which have lot of special characters. These special characters are mainly from SPANISH. I have tried to change the MQSI_LOCAL_CCSID to 1252 which is listed for Spanish language.
First you need to know in which CCSID the string being returned by Oracle is given to you. Retrieve the data as a BLOB. Cast it to char using the correct CCSID (1208?) and you should get the right stuff.
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