I have a problem saving foriegn text to a SQL Server database table with a nvarchar field.
Posted
by user307840
on Stack Overflow
See other posts from Stack Overflow
or by user307840
Published on 2010-04-02T17:44:33Z
Indexed on
2010/04/02
18:53 UTC
Read the original article
Hit count: 174
I have a requirement to have a multiline textbox that accepts any text from any language and stores this into the database for later use.
I am using Linq with ASP .NET 3.5 with a SQL Server 2005 database.
Any/all information you can provide me with is much appreciated :D
© Stack Overflow or respective owner