Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Is Gujarati font supported in sql server 2008 & C#
i want to store & retrieve Gujarati fonts in Database.
if Supported then plz give me best solution & direction.



thxs 2 all frnds.
Posted

yes you can save Gujarati font in SQL Server
Use NVARCHAR datatype for the column.
 
Share this answer
 
Comments
parthdoshi 10-Sep-12 1:13am    
thxs 2 all..
 
Share this answer
 
Comments
parthdoshi 10-Sep-12 1:16am    
thxs..
Prasad_Kulkarni 10-Sep-12 1:22am    
Glad it helps!
You're welcome :)
Hi parthoshdi,
before going that we have to understanding questions

1)first we need to install appropriate language trailer
for gujarati see here : http://www.jaishreekrishna.com/fonts.htm[^]

2)by using this text we will need to write code for editing text.
this is based on your scenario.
3) from data base side just declare type as varchar, it's support all language styles.
 
Share this answer
 
Comments
parthdoshi 10-Sep-12 1:16am    
thxs..

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