|
Home > Archive > MS SQL Server > July 2005 > Storing Polish characters in MS SQL Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Storing Polish characters in MS SQL Server
|
|
| Peter Lo 2005-07-17, 3:23 am |
| Hi!
I have a client who has an office in Poland. This client uses our
English-based product. But for the office in Poland, the client asked if
database (MS SQL Server 2000) used by our product can be setup to store
Polish characters.
I can create an instance using the collation SQL_Polish_Cp1250_CS
_AS. In
addition to this, what else should I do to allow users entering Polish
characters ?
-- Peter Lo
| |
| Uri Dimant 2005-07-17, 3:23 am |
| Peter
Use NVARCHAR(n) datatype. For more details pls refer to the BOL
"Peter Lo" <peter.lo@tradecapture.com> wrote in message
news:eGbOC7oiFHA.2472@TK2MSFTNGP15.phx.gbl...
> Hi!
>
> I have a client who has an office in Poland. This client uses our
> English-based product. But for the office in Poland, the client asked if
> database (MS SQL Server 2000) used by our product can be setup to store
> Polish characters.
>
> I can create an instance using the collation SQL_Polish_Cp1250_CS
_AS. In
> addition to this, what else should I do to allow users entering Polish
> characters ?
>
> -- Peter Lo
>
>
|
|
|
|
|