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-13 09:49:41
Message-ID: 4bd4d6d3-05d6-4f46-8457-a1adb96ef209@r40g2000yqj.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Dec 7, 1:55 am, in(dot)(dot)(dot)(at)tpf(dot)co(dot)jp (Hiroshi Inoue) wrote:
> Lothar Behrens wrote:
> > Hi,
>
> > I am now using the current ODBC driver (8.3.0400 Unicode) for my
> > application.
> > Compared to my SQL_ASCII database installation (and the 07.03.0200
> > driver version)
> > I get wrong column type information.
>
> > The numbers I get now are negative.
>
> Maybe you are looking at
> SQL_WCHAR(-8)
> SQL_WVARCHAR(-9)
> SQL_WLONGVARCHAR(-10)
> .
>
> > I didn't have seen any switch to change this to be
>
> > equal to the old driver.
>
> 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.

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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2008-12-14 00:50:49 Re: Numeric datatype doesn't match those from older driver version ?
Previous Message Sufficool, Stanley 2008-12-12 19:01:58 Access 2002 linked table behavior