ioanaioana
Programmer
Hi,
I have same reports in an ASP page . I use Crystal Report 8.5 - Craxdrt.dll library from asp. I use in asp pages - JavaScript
objApp = CreateObject(CrystalRuntime.Application)
objRpt = objApp.OpenReport(fileRPT)and so on.
My reports have subreports. The problem is that even if i destroy the objApp asn obJRpt (and all other objects relate to the report) subreports still keep the conexin to DB. I run the profiler and i saw that there are opened process
to DB (the procedure for subraport) after i destroyed the report object from ASP page
I would appreciate any suggestion
Thank u
I have same reports in an ASP page . I use Crystal Report 8.5 - Craxdrt.dll library from asp. I use in asp pages - JavaScript
objApp = CreateObject(CrystalRuntime.Application)
objRpt = objApp.OpenReport(fileRPT)and so on.
My reports have subreports. The problem is that even if i destroy the objApp asn obJRpt (and all other objects relate to the report) subreports still keep the conexin to DB. I run the profiler and i saw that there are opened process
to DB (the procedure for subraport) after i destroyed the report object from ASP page
I would appreciate any suggestion
Thank u