ASP.NET MS SQL cyrrilic problem

  • Thread starter Thread starter Viktor Popov
  • Start date Start date
V

Viktor Popov

Hi,

I have a ASP.NET application which is hosted on English - based server. This
application works with MS SQL Server, also English-based. I have this in my
Web.config:
<globalization fileEncoding="windows-1251" requestEncoding="windows-1251"
responseEncoding="windows-1251" culture="bg-BG" uiCulture="bg-BG" />

When I insert some text in the database, I mean cyrrilic text, it couldn't
be read, because the result is ??????????????.

Could you tell me hou should I fix this problem?

Thank you in advance!


Viktor
 
stop posting this all over the place please. one time is usually enough

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
Back
Top