UniCode

  • Thread starter Thread starter Seshadri
  • Start date Start date
S

Seshadri

How to save Unicode / retrieve Unicode values in SQL
Server 2000 DB.
When we saved a Hindi text in SQL Server, it saves it in
hindi font and not in unicodes. How to save the data in
SQL Server as Unicode and retrieve the same and display in
a VB.NET Form?

Thanks,
Seshadri
 
Are your tables defined to accept unicode?

In other words are you using NCHAR instead of CHAR or NVARCHAR instead of
VARCHAR.


HTH
Brian W
 
Back
Top