S
Simon
I have an Access database with lot of data (about 200M of initial size). I
use a function with a loop to update each record in a big table. On one
machine (say A), error always occurs as the database size grows beyond 2G on
the half way of the run.
I placed the database on the other machine (B) which has exactly the same
system setting. It runs fine, and the final size is below 1G. What could
cause the difference?
Thanks.
use a function with a loop to update each record in a big table. On one
machine (say A), error always occurs as the database size grows beyond 2G on
the half way of the run.
I placed the database on the other machine (B) which has exactly the same
system setting. It runs fine, and the final size is below 1G. What could
cause the difference?
Thanks.