Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to insert kruti dev 010

this is kruti dev 010

"funsZ”k% fuEu “kCnksa dk lkFkZd vuqØe n”kkZb,A"

and Times New Roman

My Name is Abhinav

Together into database

and also display together onto a label

like this below ::

"funsZ”k% fuEu “kCnksa dk lkFkZd vuqØe n”kkZb,A", My Name is Abhinav
Posted
Comments
Thava Rajan 10-Nov-14 2:02am    
what is the type of database you used
Sql server
MySql
Oracle

1 solution

SQL Server has no knowledge about the fonts. What it knows is only the data type and the encoding of the text.

What you can do is define a columns of NVARCHAR [^]type.

What it means is that NVARCHAR can store Unicode [^]data. Thus, it's upto you if you want to store the text in Hindi, English or even japanese.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Nov-14 14:44pm    
5ed.
—SA
Manas Bhardwaj 9-Nov-14 14:52pm    
thx SA!
Abhi261989 9-Nov-14 19:55pm    
the textbox accepts either hindi or english font...I want both of them written in same text box at a same time
Maciej Los 9-Nov-14 15:43pm    
+5!

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