Re: Timestamp column & Access linked ODBC table - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Timestamp column & Access linked ODBC table
Date
Msg-id 3FC6F53A.A08E8A72@tpf.co.jp
Whole thread Raw
In response to Timestamp column & Access linked ODBC table  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List 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 by date:

Previous
From: "Cristian Custodio"
Date:
Subject: Re: Character invalid saving memo with UpdateSQL
Next
From: "Philippe Lang"
Date:
Subject: Re: Timestamp column & Access linked ODBC table