Re: SQLSetPos error - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: SQLSetPos error
Date
Msg-id EKEJJICOHDIEMGPNIFIJGEMIGJAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Re: SQLSetPos error  (Jim Dickenson <dickenson@cfmc.com>)
List pgsql-odbc
> -----Original Message-----
> From: Jim Dickenson [mailto:dickenson@cfmc.com]
>
> Yes I am using the unixODBC driver as the one that came with
> PostgreSQL does
> not connect at all.
>
> I am using version 7.1.3 of PostgreSQL

You can configure --with-unixodbc( --enable-odbc) in 7.2 beta
and get the odbc driver for unixODBC. Note that the configure
option needs the unixODBC package installed.
You have to add -DDRIVER_CURSOR_IMPLEMENT to the
compile option.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Jim Dickenson
Date:
Subject: Re: SQLSetPos error
Next
From: Ludek Finstrle
Date:
Subject: SQLExecute get result to client?