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

From Hiroshi Inoue
Subject Re: Serial columns and ADO
Date
Msg-id 4553CAC6.5020001@tpf.co.jp
Whole thread Raw
In response to Serial columns and ADO  (Dmitry Samokhin <sdld@mail.ru>)
List pgsql-odbc
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

pgsql-odbc by date:

Previous
From: Dmitry Samokhin
Date:
Subject: Serial columns and ADO
Next
From: "Dmitry Samokhin"
Date:
Subject: Re: Serial columns and ADO