From: Evgeny F. <uf...@pb...> - 2003-09-02 08:27:30
|
Hi, Carlos. You wrote 2 ñåíòÿáðÿ 2003 ã., 11:48:19: > Hello: >> ArgumentException::Inadmissible or not supported type of the code page. >> (this message from system (!) and socrat translated it from russian...:) >> >> I think what problem in GdsDbAttachement.InitializeCharSets() >> ...ufff... I don't write english:-/ > I have made a test using WIN1251 without having problems, can you get > the source package of the .net provider, build it, and test if you have > the same problem ?? Okey. I have done this. Problem code for my situation: GdsDbAttachement.cs internal class GdsDbAttachement : GdsAttachement { .. public static void InitializeCharSets() { .. charSets.Add(22, "ISO8859_2" , "iso-8859-2"); ...... I has installed this codepage in my system (win2000) and all work. But I think - this is not good decision of problem. Really, can will be necessary to install too much codepages... I am a rights? -- Best regards, Evgeny mailto:uf...@pb... |