Re: Timestamp column & Access linked ODBC table

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Timestamp column & Access linked ODBC table
Дата
Msg-id 3FC6F53A.A08E8A72@tpf.co.jp
обсуждение исходный текст
Ответ на Timestamp column & Access linked ODBC table  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
Список pgsql-odbc
Philippe Lang wrote:
>
> Hello,
>
> As soon as there is a timestamp column in a Postgresql table,
> it's impossible to update it through an Access ODBC link. I'm
> not the first one to face this problem, but does anyone have
> a definitive explanation, or maybe workaround?

Timestamp means timestamp(6) which Access couldn't handle
properly. Please use timestamp(0) instead.

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Cristian Custodio"
Дата:
Сообщение: Re: Character invalid saving memo with UpdateSQL
Следующее
От: "Philippe Lang"
Дата:
Сообщение: Re: Timestamp column & Access linked ODBC table