Skip to Content
0
Former Member
Nov 10, 2008 at 06:06 PM

Unable to close JDBC connections

31 Views

I have configured crystal reports to use a connection from a data source in the application server (JNDI datasource).

I would want to know if calling reportClient.close() will actually close the connection used to generate the report. I am running into a situation where I get an exception stating that connections have been exhausted in the connection pool when i test my reports.

Thanks in advance.