Hi, I'm currently evaluating the Telerik Reporting tool for our project. I've discovered that the Reporting tool uses a worker thread to fetch the data. At the moment we use a static class that opens 1 Session to the DB for the whole application. Of course this Session is not available in the worker thread. I've tried the following
but that only posponed the next exception saying 'the connection is closed'. Could you give me a few pointers? Regards |
I see two options:
Also, usage of current |