Search:
Namespaces
Discussions
.NET v1.1
Feedback
Globalization problem with Oracle and ASP.NET
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngru' list
.
Vlatko Kolovski
-- This message, which was originally sent to "asporacle", has been moved to "aspngru" mailing list by the List Master --
OK , here's my problem , any help would be
appreciated :
the oracle db uses the NLS character set MSWIN 1251 ,
so most of the data is in Cyrillic .
when I access the DB through ASP , I have no problems
displaying Cyrillic on the web-page (properly
encoded);
but with ASP.NET , I'm not able to get the proper
characters set displayed.
I tried Unicode and Cyrillic encoding (from the
Encoding menu on IE) , but still nothing happened.
Yes , the Codepage property is set to 1251 .
Can you help me pls?
thank you,
Vlatko
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
Reply to this message...
Fyodor Volosnykh
Have you tried to place the following section into the Config.web file =
(at root of your ASP.NET project)?
<globalization
requestencoding=3D"windows-1251"
responseencoding=3D"windows-1251"
/>
Fyodor Volosnykh
Click here to reveal e-mail address
TS Computers
Moscow, Russia
www.ts.ru
----- Original Message -----=20
From: "Vlatko Kolovski" <
Click here to reveal e-mail address
>
To: "aspngru" <
Click here to reveal e-mail address
>
Sent: Saturday, May 12, 2001 2:43 PM
Subject: [aspngru] Globalization problem with Oracle and ASP.NET
-- This message, which was originally sent to "asporacle", has been =
moved to "aspngru" mailing list by the List Master --
OK , here's my problem , any help would be
appreciated :
the oracle db uses the NLS character set MSWIN 1251 ,
so most of the data is in Cyrillic .=20
when I access the DB through ASP , I have no problems
displaying Cyrillic on the web-page (properly
encoded);
but with ASP.NET , I'm not able to get the proper
characters set displayed.
I tried Unicode and Cyrillic encoding (from the
Encoding menu on IE) , but still nothing happened.
Yes , the Codepage property is set to 1251 .
Can you help me pls?
thank you,
Vlatko
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com