Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi EveryOne..
I have a problem while updating the database table using update query in the asp.net. the problem is here the search string is in arabic
My update command woulb be something like this
for Example
update tableName set column1=xyuz where id="arabicData" ;

if ever the search string is alphabets or Numeric its working fine and also i can insert the arabic data using insert statements but not able search using the arabic string ..
the Database is Oracle 10g , visiualstudio 2008 Asp.net C#,Ado.net.
please provide me a solution...
Posted
Comments
S.M.Naresh 8-Jun-11 6:20am    
Can you post the arabic string..
hemantwithu 8-Jun-11 6:25am    
قناه السويس - دفتر شيكات ميناتك
BobJanova 8-Jun-11 7:06am    
Is the table set up to use the correct encoding (a Unicode one I guess)? A lot of database suppliers default to an 8 bit encoding which will fail with Arabic.

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