I am developing a .net windows application with oracle database. Our requirement is to replace "¼" with ¼ (ascii 188) on UI and save in oracle table. But after replacing the value it is showing "reversed" question mark on UI and in the oracle table it storing as question mark when i am quering the table using pl/sql developer.
Can some some has dealt with this type of problem?
Thanks, H N MIshra