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

From: Lothar Behrens <lothar(dot)behrens(at)lollisoft(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Numeric datatype doesn't match those from older driver version ?
Date: 2008-12-17 09:57:28
Message-ID: 3d8955fd-2cf1-4ff2-a8f5-53649807f291@35g2000pry.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 14 Dez., 01:50, in(dot)(dot)(dot)(at)tpf(dot)co(dot)jp (Hiroshi Inoue) wrote:
> 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.
>

Thank you,

that works great.

Lothar

> regards,
> Hiroshi Inoue
>
> --
> Sent via pgsql-odbc mailing list (pgsql-o(dot)(dot)(dot)(at)postgresql(dot)org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-odbc

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Adam M 2008-12-17 20:10:43 Re: Numeric datatype doesn't match those from older driver version ?
Previous Message Hiroshi Inoue 2008-12-14 00:50:49 Re: Numeric datatype doesn't match those from older driver version ?