Subject | Re: [firebird-support] understanding characters sets |
---|---|
Author | Milan Babuskov |
Post date | 2008-08-15T10:38:39Z |
Kjell Rilbe wrote:
both columns at the same time?
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> OK. I now I understand that the client application has to transliterateYes.
> to the connection's character set, regardless what character set is used
> in each DB column. Is this correct?
> So, if a DB contains one UTF8 column and one ISO8859_1 column, and theYes.
> client connects with UTF8, then the application has to send the
> ISO8859_1 data in UTF8 format, even if the data actually entered into
> the client application already is ISO8859_1.
> Would it be possible to select connection character set on a per columnIt wouldn't make sense. For example, what if your INSERT statement uses
> or per parameter basis?
both columns at the same time?
> It seems to me that it would be useful to be able to do so.I don't see a case. But, I do see a lot of cases where it would not work.
> On the other hand, you could always have such application connect withYes.
> NONE and make sure it's aware of each column's character set. That way
> it would be able to send data in different character sets for different
> columns. Right?
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com