Re: When using temporary tables, Excel do not refresh data

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: J6M <j6m(at)adm(dot)estp(dot)fr>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: When using temporary tables, Excel do not refresh data
Date: 2008-02-22 23:03:33
Message-ID: 47BF54C5.8030805@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

J6M wrote:
> Hi,
>
> I run in a bit of trouble with configuring psqlODBC that I use to retrieve
> data from a PG box to Excel sheets. On my PC, queries with multiple
> statements using temporary tables just work fine. On the other computers of
> our school, such queries do execute without apparent errors (ps axuw |
> grep postgres) but data are not refreshed when returned.
>
> E.g.
>
> select now(); works OK on all computers
>
> but
>
> select now() into temp table t; select * from t; works only on mine.

Could you send me directly the Mylog output of the other computers ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message J6M 2008-02-25 11:25:28 Re: When using temporary tables, Excel do not refresh data
Previous Message Bruce McAlister 2008-02-22 17:27:13 Re: ODBC Version supporting specif databases?