Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding records in SQL db with special characters

LEGEND ,
Oct 24, 2006 Oct 24, 2006
How do I get norwegian characters added to an sql db from asp.net
textbox?

reidarT


TOPICS
Server side applications
324
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 24, 2006 Oct 24, 2006
LATEST
I would say you need to use the correct collation settings in SQL Server and
look into using nChar and nVarchar as your datatypes instead of Char and
Varchar.

Google something like "SQL Server collation" and I'm sure you will get a
wealth of advice on this subject.

Pat.


"reidarT" <reidar@eivon.no> wrote in message
news:ehkqoi$kvl$1@forums.macromedia.com...
> How do I get norwegian characters added to an sql db from asp.net
> textbox?
>
> reidarT
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines