Re: [ODBC] BIRT report opening multiple connections

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Barry Bell <Barry(dot)Bell(at)hartehanks(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [ODBC] BIRT report opening multiple connections
Date: 2014-08-14 23:04:49
Message-ID: CADK3HHK65eSEwEBwGEmHkZkSqvaJ8jvk2i9FhWdyaGo2kAi2vQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

How would that be possible ? JDBC doesn't open the connections ?

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On 14 August 2014 16:20, Barry Bell <Barry(dot)Bell(at)hartehanks(dot)com> wrote:

>
>
> We have BIRT report with multiple Queries inside the report.
> Each Qurery inside the BIRT report is creating a different connection.
> Any Ideas how to fix this? (Report may have upto 100 queries)
>
>
> The problem: Each call of dataset open a connection to the source but
> does not close it after dataset execution.
> (This does not happen under a different DB like Oracle or Mysql)
>
> Barry Bell
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2014-08-14 23:34:17 Re: [ODBC] BIRT report opening multiple connections
Previous Message Barry Bell 2014-08-14 20:20:08 [ODBC] BIRT report opening multiple connections