UniCode

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
 
B

Brian W

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top