RE: Storing Chinese data in Char/Varchar dat types
From: Mike Epprecht (SQL MVP) (mike_at_epprecht.net)
Date: 09/27/04
- Next message: Jonathan Yong: "Re: Database recovery option"
- Previous message: Wayne Snyder: "Re: master database"
- In reply to: Sunil: "Storing Chinese data in Char/Varchar dat types"
- Next in thread: Sunil: "Re: Storing Chinese data in Char/Varchar dat types"
- Reply: Sunil: "Re: Storing Chinese data in Char/Varchar dat types"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 05:33:01 -0700
Hi
You need to store that data in ncahr/nvarchar fields. char/varchar do not
support the full eastern cahrater sets.
Regards
Mike
"Sunil" wrote:
> Hi,
> My environment
> Server : Windows 2000 Server
> SQL : SQL Server 2000 with SP4(Chinese)
>
> I created an SQL Server2000 database. While creating the database I
> mentioned the collation as Chinese_PRC_Stroke_CI_AI.
> I created a table containing Varcahr and Nvarchar data types with
> collation Chinese_PRC_Stroke_CI_AI.
> I am able to insert chinese data into nvarchar field through
> Enterprise Manager. But when I try to insert same chinese data to
> vrachar field through EM, it throws back error " The value you entered
> is not consistent with datatype".
>
> My question is : How we can store chinese data into cahra
> field/varchar field. Is it possible by specifying some collation?
>
> Regards
> Zunil
> Cordys
>
- Next message: Jonathan Yong: "Re: Database recovery option"
- Previous message: Wayne Snyder: "Re: master database"
- In reply to: Sunil: "Storing Chinese data in Char/Varchar dat types"
- Next in thread: Sunil: "Re: Storing Chinese data in Char/Varchar dat types"
- Reply: Sunil: "Re: Storing Chinese data in Char/Varchar dat types"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|