Re: is there a default client encoding? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: is there a default client encoding?
Date
Msg-id 4A5D5357.60506@tpf.co.jp
Whole thread Raw
In response to Re: is there a default client encoding?  (Neil Best <nbest@ci.uchicago.edu>)
List pgsql-odbc
Neil Best wrote:
>
>
> Ludek Finstrle-2 wrote:
>>
>> psqlODBC tries to do it automatically for you. If you want see what
>> client_encoding is used enable mylog output and there is called
>> set client_encoding in the relative begin of mylog.
>>
>> . . .
>>
>> The psqlODBC has strange behaviour. It set automatic client_encoding
>> _after_ user defined connection settings. So you could change the
>> client encoding only from application. You could call
>> set client_encoding SQL statement.
>>
>
> Is this still how the driver behaves?  I don't see client_encoding
> explicitly in mylog when I leave the Connection Settings input blank in the
> ODBC configuration.  I have tried entering "set client_encoding = 'WIN874';"
> and it seems to be ignored altogether.

Please try to enter "set client_encoding to 'WIN874'".

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Any plans to support SQLDescribeParam (and friends) ?
Next
From: "Albe Laurenz"
Date:
Subject: Re: help compiling psqldobc-08.03.0400