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.