From:
<car...@te...> - 2003-11-14 09:25:56
|
Hello: > Please apologize, both for disturbing the thread structure by > replying to the digest, and for giving my half-informed view. You are not disturbing!!, all comments are wellcome :) > I'm the I18n guy, but I have near no experience with the .NET data > provider. > So the best I can say, is that this looks conceptually wrong to me. > > By specifiying a connection character set, using other interfaces, you > specify in which character set the data is exchanged with server. From > this point > on, you are shielded from the actual different character sets used in > different > columns. For char and varchar fields Firebird sends the field character set in the sqlsubtype, i have readed this in a message of Nickolay Samofatov in the Firebird-Java list ( getParameterMetaData - 06/10/2003 13:04), and i decided after comment it on the .net provider list to try to implement it, now the .net provider sends the parameter value to the firebird server encoded with this character set (if it's supported by the .net provider if not it will use the character set specified in the connection string). Maybe i'm wrong but i think it needs to work ok :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |