I have installed oracle database on a Linux base server.
Now if I run my asp.net application, which is on windows XP system, which is accessing the
above mentioned database then everything goes fine. I can easily store Unicode data in correct form.
But if I run my application using Windows Server 2003 then the unicode data saved by the
application shows "?" question marks in database.
.
.
.
Does this problem is windows version specific or anything else?????
Does anyone have the solution????????