Howdy, using crystal 8.5 via ODBC to a progress 9.1d database. My report runs fine unless I narrow the search slightly by adding another condition to the select statement
If company = 101
Then it takes upwards of 5 minutes to run and says ACCESSING DATABASE! normally takes 3 seconds!
I guess is there some way I can diagnois how its getting hung up? The select statement shouldn't be this big of a problem
thanks
If company = 101
Then it takes upwards of 5 minutes to run and says ACCESSING DATABASE! normally takes 3 seconds!
I guess is there some way I can diagnois how its getting hung up? The select statement shouldn't be this big of a problem
thanks