Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL COLLATION

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-07-15 : 07:50:58
bala subbiah writes "We are globalizing out website which is created in ASP. I am reading the web page content from the SQL 2000 database

Data type : nvarchar
Column collation : SQL_Latin1_General_CP1_CI_AS

and displaying it on the asp page.

It works good for "GERMAN", "FRENCH" and "ITALIAN". I need to do the same thing for

RUSSIAN
KOREAN
JAPANESE
CHINESE.

I have tried with different collation listed under "window collation" in table design view. It doesn't seem to be working. I am getting all ???????. Can you pl. help me how to resolve this issue?"
   

- Advertisement -