04-25-2019, 09:55 PM
Pages: 1 2
04-28-2019, 05:34 AM
(01-25-2019, 03:41 AM)TonyNZ Wrote: [ -> ]Delphi XEII
Intraweb 15.0.17
FastReport 14.14
Has anyone had any experience with FastReports and HttpSys (although IIS might exhibit the same issues)?
....
Before I start writing a ton of codeĀ I just wondering if anyone else as struck similar issues and how they solved them.
Hi Tony,
We use extensively IW15 with http.sys and FR in a pooled datamodule (all components are in the DM) and never had problems.
/Claudio
04-29-2019, 08:04 PM
Is your application a single tenanted database or a multi-tenanted database?
If it is a multi-tenanted database the you need to assign the dataset connection at runtime- not just for FR but for all multi-tenanted datasets.
Hope this helps
If it is a multi-tenanted database the you need to assign the dataset connection at runtime- not just for FR but for all multi-tenanted datasets.
Hope this helps
Pages: 1 2