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

Поиск
Список
Период
Сортировка
От J6M
Тема Re: When using temporary tables, Excel do not refresh data
Дата
Msg-id 007101c877a1$3bbd97a0$1500020a@eden.fr
обсуждение исходный текст
Ответ на When using temporary tables, Excel do not refresh data  ("J6M" <j6m@adm.estp.fr>)
Список pgsql-odbc
Hi,

I tried this European morning. The problem gets more obscure. Although I
checked the two "create log" boxes, there is no log created.

Ithen came to the network administrator for any permission difference. He
said there is none. Each user has the rights of a local administrator on his
station. The only difference between mine and others is that I have a fixed
IP. This is just to allow me to pass through the firewall to access servers
via SSH on diffrent networks.

However, my PC, the PCs where I tried to refres data with no success and the
PG server are on the same network. Soo there is no firewalling involved (and
if there was any both queries would be blocked).

Huhh ?? Any suggestion ?

Regards
J6M

----- Original Message -----
From: "Hiroshi Inoue" <inoue@tpf.co.jp>
To: "J6M" <j6m@adm.estp.fr>
Cc: <pgsql-odbc@postgresql.org>
Sent: Saturday, February 23, 2008 12:03 AM
Subject: Re: [ODBC] When using temporary tables, Excel do not refresh data


> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq


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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: When using temporary tables, Excel do not refresh data
Следующее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1010303 ] Incorrect data type with domains