I am using CR9 integrated into a VB.NET web app. All of our reports have a main view/stored procedure and a view called v_pubinfo which supplies personal company info such as Name, Address, and the 'logoletter' which is a character (d,f,g,t,etc.). We use the logoletter in the page header of the reports and set it to a custom font to display the company logo.
The problem is the report needs to make a read from the v_pubinfo view thousands of times per report per company which can become an overload. It is not the amount of data coming down it is the number of database reads for v_pubinfo.
Does anyone have any better solution to display logos or a way to reduce the number of DB reads?
Thanks,
Bryan
The problem is the report needs to make a read from the v_pubinfo view thousands of times per report per company which can become an overload. It is not the amount of data coming down it is the number of database reads for v_pubinfo.
Does anyone have any better solution to display logos or a way to reduce the number of DB reads?
Thanks,
Bryan