Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application that has both classic ASP and .Net 2.0.

UTF-8 characters like Chinese and Japanese characters can be retrieved from database and store it as well.

I have problem with classic ASP, I could type UTF-8 or cut and paste also no problem. However, when I retrieve from Oracle 11g database using same Oracle 11 client not able to display, it appears as 'upside down question mark'.

Any help is appreciated.
Posted
Updated 13-Dec-10 10:57am
v2
Comments
Venkatesh Mookkan 13-Dec-10 22:08pm    
Is the Database has the Unicode values by default, or you insert them from your ASP application?

Seems like the inserted record is not stored as the Unicode values. In SQL Server we used to put a "N" in front of the data to insert the Unicode value. Check the same for Oracle too.
RajaSivalingam 13-Dec-10 23:12pm    
I am using Oracle 11g and supports UTF-8, I was able to save and retrive the same using .Net. I am not able to retrieve the same using classic ASP.
RajaSivalingam 13-Dec-10 23:13pm    
BTW, Thanks for your reply.

1 solution

Did you check support character codepage on ur database or table ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900