Re: Serial columns and ADO - Mailing list pgsql-odbc

From Dmitry Samokhin
Subject Re: Serial columns and ADO
Date
Msg-id ej1ghi$1sa8$1@news.hub.org
Whole thread Raw
In response to Serial columns and ADO  (Dmitry Samokhin <sdld@mail.ru>)
Responses Re: Serial columns and ADO  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
Hiroshi-san,
I've tried your snapshot (8.2.0201) and found no difference in behaviour. It
sends 'SELECT 0' as before. Is it really corrected in the snapshot? Maybe I
have incorrect driver settings. Which ones affect most of all?
Dmitry.


"Hiroshi Inoue" <inoue@tpf.co.jp> wrote in message
news:4553CAC6.5020001@tpf.co.jp...
> Dmitry Samokhin wrote:
>> As far as I understand, since the driver exposes 'serial' columns as
>> 'AutoNumber', ADO issues 'SELECT @@IDENTITY' to retreive the new
>> generated values just after inserts. The driver, in turn, has to modify
>> that query into 'SELECT currval(...)'.
>>
>> When working with PG tables from inside MS Access, it all works
>> perfectly! But here is a small test suite that doesn't work as expected:
>
> Please try the snapshot dll at
> http://www.geocities.jp/inocchichichi/psqlodbc/index.html
> .
>
> regards,
> Hiroshi Inoue
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>



pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Serial columns and ADO
Next
From: Hiroshi Inoue
Date:
Subject: Re: Serial columns and ADO