Hi,

I'm working on a content management system for our website (ASP.NET project, C# language, SQL Server 2000), but I'm unable to save russian texts into the database. Table is okay, I've created an ntext column, which is able to store unicode characters.

However, if I'll look into the database field, all I'll find are questionmarks, instead of russian characters...

My datacommand looks like this:

dataCommand.CommandText = "UPDATE texts SET title = '" + TextBoxRU.Text + "';";

Can you help me with this? Is it necessary to change the command somehow?
Stivi

Thanks dear....i really missed that N

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.