turtlemaster
Programmer
There are many variables to this question that I may have left out so feel free to pump me for more information. I am currently creating financial statement reports and all was well until I wrote our balance sheet. This report takes 27min + to run. I think the main problem is the sheer number of records and complexity of the report. I am pulling all of the accounting information from our ERP system which runs cetnura SQLBase and fill in the missing gaps of info I used an Access database. I am connecting to both of these databases via ODBC and I am running many, many subreports to get this data (I am unable to use SQL Expressions due to my multiple datasets, and no I cannot create this other database on the centura server instead). I am wondering if there is something i can do to generate these reports faster. Is it the way I've connected to the server (ODBC)? I montiored the CPU usage on both my machine and on the server when I run this report and the server is minimal while I'm 80-90%. Any suggestions? We will be moving to Oracle in the future do you think this will make a difference even though the problem doesn't seem to be on the server?