Re: unixODBC, PostgreSQL 7.3 + ODBC V3 drivers?

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Alain Picard <Alain(dot)Picard(at)memetrics(dot)com>
Cc: Nick Gorham <nick(at)easysoft(dot)com>, Peter Harvey <pharvey(at)codebydesign(dot)com>, pgsql-odbc(at)postgresql(dot)org, claudio(dot)natoli(at)memetrics(dot)com
Subject: Re: unixODBC, PostgreSQL 7.3 + ODBC V3 drivers?
Date: 2003-02-04 09:46:51
Message-ID: 3E3F8C0B.C6E195DA@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Alain Picard wrote:
>
> Dear unixODBC and psqlodbc maintainers,
>
> I'm trying to use unixODBC with the latest (CVS) psqlodbc library
> with PostgreSQL 7.3.
>
> This is all working fine, but, as of 7.3 PostgreSQL returns
> aggregate types (e.g. SUMs, COUNTs) as INTEGER8, and so these
> results are (correctly) mapped to string types by the ODBC V2 driver.
>
> On Windows NT, using the experimental psqlodbc V3 driver, things
> work properly and I get numbers back. On Linux, however, compiling
> the experimental psqlodbc V3 driver results in problems. (I did
> this by defining ODBCVER to be 0x0351 in config.h)

How did you build the driver ?
Did you link odbcapi30.o, pgapi30.o and info30.o ?

regards,
Hiroshi Inoue
http://www.geocities.jp/inocchichichi/psqlodbc/

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Support 2003-02-04 10:46:25 problem on treatment when add a duplicate primary key
Previous Message Nick Gorham 2003-02-04 09:46:13 Re: unixODBC, PostgreSQL 7.3 + ODBC V3 drivers?