R
rer
I have a query that I am running that combines two linked tables to a
Progress Database.
One table is 40,000 rows and one is table 1,500 rows.
The query could probably be done better as a stored procedure on Progress
but I did not go down that road because of my limited knowledge of Progress
and concern over the clients ablility to maintain the stored procedure.
It worked well until an upgrade from Progress database 9.1 to 10.1. Now
Access runs out of memory and crashes when the query is ran.
Do you think that the size of the tables could be the reason why this is
happening. Perhaps the old driver could manange where the new driver can not.
Is 40,000 joined with 1,500 rows on a linked connection too big for Access?
Progress Database.
One table is 40,000 rows and one is table 1,500 rows.
The query could probably be done better as a stored procedure on Progress
but I did not go down that road because of my limited knowledge of Progress
and concern over the clients ablility to maintain the stored procedure.
It worked well until an upgrade from Progress database 9.1 to 10.1. Now
Access runs out of memory and crashes when the query is ran.
Do you think that the size of the tables could be the reason why this is
happening. Perhaps the old driver could manange where the new driver can not.
Is 40,000 joined with 1,500 rows on a linked connection too big for Access?