Skip to main content
Inspiring
October 24, 2006
Question

Adding records in SQL db with special characters

  • October 24, 2006
  • 1 reply
  • 325 views
How do I get norwegian characters added to an sql db from asp.net
textbox?

reidarT


This topic has been closed for replies.

1 reply

Inspiring
October 24, 2006
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
>