F
Fabio Furukawa
Hi
I have a mdb with a table with almost 1 milion records. I need to update a
column in this table with a calculation, to do so, I use a module to do the
calculation and I update the column using DAO Edit / Update methods (one
record at a time) . But when it reachs 400.000 the mdb reachs the size of 2
gb.
Then I need to compact and repair and restart de procedure for all the
remainig records. Is there a way to "turn off" this until the module ends ?
Regards
Fabio
I have a mdb with a table with almost 1 milion records. I need to update a
column in this table with a calculation, to do so, I use a module to do the
calculation and I update the column using DAO Edit / Update methods (one
record at a time) . But when it reachs 400.000 the mdb reachs the size of 2
gb.
Then I need to compact and repair and restart de procedure for all the
remainig records. Is there a way to "turn off" this until the module ends ?
Regards
Fabio