Re: odbc silently dropping national characters in CP1250 encoding

Поиск
Список
Период
Сортировка
От Dragan Matic
Тема Re: odbc silently dropping national characters in CP1250 encoding
Дата
Msg-id a5acdc8c0906050401o77a20121x77114893bd6f6954@mail.gmail.com
обсуждение исходный текст
Ответ на Re: odbc silently dropping national characters in CP1250 encoding  (Hiroshi Inoue <inoue@tpf.co.jp>)
Список pgsql-odbc
Here are mylog and psqlodbc logs for both win1250 and latin2 databases

On Thu, Jun 4, 2009 at 11:29 PM, Hiroshi Inoue<inoue@tpf.co.jp> wrote:
> Dragan Matic wrote:
>>
>> I have a LATIN2 database on the server side and a Postgresql ANSI odbc
>> connection on the client side (windows xp sp2, latest odbc driver,
>> version 8.03.04.00)
>>
>> when I try inserting something like this:
>>
>> insert into sample_table (sample_column) values ('öüóőúíéáűÍÜÓÖŐÚÉÁŰ')
>> insert into sample_table (sample_column) values ('čćšđž ČĆŽŠĐ')
>>
>> and then selecting it, I get the following:
>>
>> öüóoúíéáuÍÜÓÖOÚÉÁU
>> ccšdž CCŽŠÐ
>
> Could you send me the Mylog output of the operations?
>
> regards,
> Hiroshi Inoue
>

Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: odbc silently dropping national characters in CP1250 encoding
Следующее
От: Lothar Behrens
Дата:
Сообщение: Unicode ODBC driver with support of SQLForeignKeys?