Display data from SQL Server 2008 (datatype nvarchar -- store hindi & english)
Hi,
In SQL Server 2008 - Table contains nvarchar(max) datatype and store hindi & english combined data without N' prefix. like - "मांगलिक welcome" but in table store as "׿¢»çÜ·¤ welcome".
Please guide how to display the data from SQL server in vb.net. font used to enter data from front end is "chanakya" & "Times New Roman"
Now I have to retrieve the data from sql server so please guide how to do it because old application not in used.
Thanks