Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to save and retrieve unicode characters in MS Sql Server to display later them in web page. I am developing urdu blog
Posted
Updated 11-Jan-10 8:03am
v2

What about documentation (MSDN: Using Unicode Data, UNICODE)?
:)
 
Share this answer
 
Like this[^]
 
Share this answer
 
You must use nChar & nVarchar datatypes which is useful for storing Unicode data. Also it saves the multiline textbox text correctly( i mean TAB, New line,etc.). After retrieve the text from db then you can see the formatted output which you typed in textbox.
 
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