Re: MS Access adds always actual day in time defined postgres column

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Uwe Nowag <nowag(at)mbg-solutions(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: MS Access adds always actual day in time defined postgres column
Date: 2017-12-16 01:00:46
Message-ID: d7dbfd09-e587-1e7a-e01c-5a9d3d0fdba7@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

On 2017/12/15 22:32, Uwe Nowag wrote:
>
> Hallo,
>
> We are moving BackEnd tables from a large MS Access application to
> postgresql.
>
> In one table we have a field “Zeit" defined in postgres as
>
>
> time(0) without time zone DEFAULT ('now'::text)::time(0) without time
> zone,
>

Why don't you use timestamp?

regards,
Hiroshi Inoue

>
> The linked table inside Access shows the actual day in front of the
> time value. Using the 24-hour format for displaying time values in
> Access looks fine. But by entering the field, the day appears
> automatically.
>
> If I import the same table via ODBC to excel, I have the same
> behavior: the day appears as prefix inside the time cell.
> In the non Microsoft Application tool "ODBC query tool v1.39" (Jaime
> de los Hoyos) everything works fine.
> The problem probably concerns only Microsoft products.
>
>
> Cause I can't merge the time and the day field together in one
> timestamp field, I am looking for a workaround.
>
>
> we use
> MS Access 2010
> ODBC: PostgreSQL Unicode 10.00.00 PSQLODBC35W.DLL 13.10.2017
> PostgreSQL 10.1 as backend on ubuntu
>
> thanks
>
>
> Mit freundlichen Grüßen | Best regards | Cordialement
>
> Uwe Nowag
> Datenbanken/Software | Software Development
>
> T +49 30 844168-502
> F +49 30 844168-503
> M +49 175 5821272
> nowag(at)mbg-solutions(dot)com
>
>
> Mastbau Gärtner GmbH | Naumannpark | Haus 12 | Wilhelm-Kabus-Straße 46
> | 10829 Berlin | Germany
> Amtsgericht Charlottenburg Nr. 96 HRB 20003 | USt.-Id.-Nr.: DE 136 728 360
> Geschäftsführer: Jens Gockel, Karl-Heinz Simon
> www.mbg-solutions.com <http://www.mbg-solutions.com>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mihai Giurgeanu 2017-12-21 08:26:56 Memory leak when using SQLParamData and SQLPutData
Previous Message Uwe Nowag 2017-12-15 13:32:26 MS Access adds always actual day in time defined postgres column