From:[email protected] [mailto:[email protected]] On Behalf Of Dave Cramer Sent: Thursday, August 14, 2014 7:05 PM To: Barry Bell Cc:[email protected] Subject: Re: [JDBC] [ODBC] BIRT report opening multiple connections
How would that be possible ? JDBC doesn't open the connections ?
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