Hi,
im required to display chinese names out using ms sql server but i do
know how to use the unicode. Can anyone help me along with it?
Thanks,
Jeremy
--
Jeremy20
Uri Dimant - 28 Sep 2006 08:13 GMT
Jeremy20
CREATE TABLE #T (c NAVARCHAR(50))
INSERT INTO #T VALUES (N'Chineswordshere')
> Hi,
> im required to display chinese names out using ms sql server but i do
[quoted text clipped - 9 lines]
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1682107.html