Re: Numeric datatype doesn't match those from older driver version ? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Numeric datatype doesn't match those from older driver version ?
Date
Msg-id 49445869.7070502@tpf.co.jp
Whole thread Raw
In response to Re: Numeric datatype doesn't match those from older driver version ?  (Lothar Behrens <lothar.behrens@lollisoft.de>)
Responses Re: Numeric datatype doesn't match those from older driver version ?
List pgsql-odbc
Lothar Behrens wrote:
> On Dec 7, 1:55 am, in...@tpf.co.jp (Hiroshi Inoue) wrote:
>> Lothar Behrens wrote:

>> Please use the ANSI version driver.
>> If you compile the program with win32.mak please type
>>         nmake /f win32.mak ANSI_VERSION=yes
>> and you would get psqlodbc30a.dll and pgenlista.dll
>> instead of psqlodbc35w.dll and pgenlist.dll.
>
> Isn't UTF-8 the unicide version ?
> My database is encoded with that.

You can handle the UTF-8 database with Unicode or
ANSI version driver.
If you would handle the (var)char data as UTF-8
strings, please use the ANSI driver.
If you would handle the (var)char data as UTF-16
strings, please use the Unicode driver.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Lothar Behrens
Date:
Subject: Re: Numeric datatype doesn't match those from older driver version ?
Next
From: Lothar Behrens
Date:
Subject: Re: Numeric datatype doesn't match those from older driver version ?