Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
retirved string from oracle displays in c1flex grid in unknown language(seems like unknown language)

when program is run and viewed in windows 7 problem occurs but viewed in windows xp its okey

see image for reference :-

i want to fix that please help.
http://i.stack.imgur.com/Heubs.jpg[^]
Posted
Comments
varun150 28-Aug-14 1:47am    
i m using microsofts provider for sql ....i tried bytestream conversion into unicode ,utf-8 ,ascii-7 nad more formats programatically but it didnt worked.

and the link u shared says ...oracleConnection.Unicode = true; but its not supported ..
i m using ms provider hes using devarts.

1 solution

It is an issue of encoding / character set. It may be necessary to specifiy the encoding in the connection string, see e.g. http://stackoverflow.com/questions/6535773/c-oracle-specify-encoding-character-set-of-query[^]
 
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