![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I have database with ISO-8859-2 code page set (POLISH_POLAND.EE8ISO8859P2) I write a WinForms application which uses those data (System.Data.OracleClient) How can I force my application to display national chracters in proper way (i want user windows-1250 code page)? Pawel |
#3
| |||
| |||
|
|
"mrozik" <mrozik.p (AT) bez (DOT) spamu.prosze.interia.pl> wrote in message news p.suvniej4ytjmp5 (AT) k1013 (DOT) matrixnew.pl...Hi! I have database with ISO-8859-2 code page set (POLISH_POLAND.EE8ISO8859P2) I write a WinForms application which uses those data (System.Data.OracleClient) How can I force my application to display national chracters in proper way (i want user windows-1250 code page)? Pawel You should set the Oracle NLS_LANG value in the registry to the same settings as the client code page, so in your case : POLISH_POLAND.MSWIN1252. The registry value can be found in hkey_local_machine\software\oracle\home0\nls_lang HTH Matthias Hoys |
#4
| |||
| |||
|
|
On Tue, 02 Aug 2005 16:34:36 +0200, Matthias Hoys idmwarpzone_NOSPAM_ (AT) yahoo (DOT) com> wrote: "mrozik" <mrozik.p (AT) bez (DOT) spamu.prosze.interia.pl> wrote in message news p.suvniej4ytjmp5 (AT) k1013 (DOT) matrixnew.pl...Hi! I have database with ISO-8859-2 code page set (POLISH_POLAND.EE8ISO8859P2) I write a WinForms application which uses those data (System.Data.OracleClient) How can I force my application to display national chracters in proper way (i want user windows-1250 code page)? Pawel You should set the Oracle NLS_LANG value in the registry to the same settings as the client code page, so in your case : POLISH_POLAND.MSWIN1252. The registry value can be found in hkey_local_machine\software\oracle\home0\nls_lang HTH Matthias Hoys It was first thing i tried to change :-) But switching between POLISH_POLAND.EE8ISO8859P2 and POLISH_POLAND.EE8MSWIN1250 charsets has not influence on that how national characters appears in .NET windows app... Pawel |
![]() |
| Thread Tools | |
| Display Modes | |
| |