Re: Numeric datatype doesn't match those from older driver version ?

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Lothar Behrens <lothar(dot)behrens(at)lollisoft(dot)de>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Numeric datatype doesn't match those from older driver version ?
Date: 2008-12-14 00:50:49
Message-ID: 49445869.7070502@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Lothar Behrens wrote:
> On Dec 7, 1:55 am, in(dot)(dot)(dot)(at)tpf(dot)co(dot)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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Lothar Behrens 2008-12-17 09:57:28 Re: Numeric datatype doesn't match those from older driver version ?
Previous Message Lothar Behrens 2008-12-13 09:49:41 Re: Numeric datatype doesn't match those from older driver version ?