FunkMaster
03-16-2004, 05:39 AM
Maybe it's just my computer, or the fact that I'm testing my program in Debug mode...
But my report is very simple and it searches in the DB to find all products that have the same FAMILY as the FAMILY_variable that the user has selected and then list the resulting products.
There are 26000 products in the DB and when I run the program it takes more than 60 seconds to generate the report which normally is only 1 page long.
Should it take this long? If not, how can I speed this up?
But my report is very simple and it searches in the DB to find all products that have the same FAMILY as the FAMILY_variable that the user has selected and then list the resulting products.
There are 26000 products in the DB and when I run the program it takes more than 60 seconds to generate the report which normally is only 1 page long.
Should it take this long? If not, how can I speed this up?