Re: Aggregate function problem in VB6

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Sekcja Informatyki Medycznej <informatyka(at)cskmswia(dot)pl>
Cc: pgsql-odbc <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Aggregate function problem in VB6
Date: 2001-06-01 02:16:04
Message-ID: 3B16FAE4.6244886F@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Sekcja Informatyki Medycznej wrote:
>
> Hi,
> I have encountered a problem with following query run over ODBC in MS VS 6.0
> SP5 in DataEnvironment designer:
>
> "SELECT SUM(field1) FROM table1;"
> field 1 is of type INT4.
>
> There is "E_FAIL" error message.
>

Could you see the server-side log ?
Try running the postmaster with -d2 (and without -S)
and see what gets logged in its stderr output.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Sekcja Informatyki Medycznej 2001-06-01 14:00:29 Odp: Aggregate function problem in VB6
Previous Message Johann Zuschlag 2001-05-31 19:52:47 Possible memory leakage?