Subject | Re: Strange errors with JDBC driver |
---|---|
Author | rrokytskyy |
Post date | 2002-05-03T21:19:07Z |
> The link above says no transliteration is performed when NONE isyou can try following:
> set, but I will check it :)
create table(
national_encoding varchar(20) character set <CHARSET_YOU_LIKE>,
none_encoding varchar(20) character set NONE
)
and then try to insert your national characters into
national_encoding with NONE charset for client connection. You will
get exception (at least this is true for WIN1251).
> I'll try to check this.Personally I see no need for this. I doubt that any C/C++/Delphi
library does this, so why should we?
Best regards,
Roman Rokytskyy