Re: Serial columns and ADO

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Serial columns and ADO
Дата
Msg-id 4553CAC6.5020001@tpf.co.jp
обсуждение исходный текст
Ответ на Serial columns and ADO  (Dmitry Samokhin <sdld@mail.ru>)
Список 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 по дате отправления:

Предыдущее
От: Dmitry Samokhin
Дата:
Сообщение: Serial columns and ADO
Следующее
От: "Dmitry Samokhin"
Дата:
Сообщение: Re: Serial columns and ADO