I have 4.2 Million records in a table that I need to process through 1 record at a time. I will only need to move forward through the records one time and perform calculations on and update each record. Using Access 2003 all tables are native Access.
Can I or should I process all records and then update in batch? What is the best method?
After reading other posts I assume I should use DAO instead of ADO.
Any other suggestions for quickest possible way to process this would be helpful.
A little more information... as this large table(table A) is processing I also write records to another table(table b) based on the results of the large tables(table a) records.
aproximately every 400 records I also have to pull some data from another table(table C) based on some parameters aquired from the large (table A).
Can I or should I process all records and then update in batch? What is the best method?
After reading other posts I assume I should use DAO instead of ADO.
Any other suggestions for quickest possible way to process this would be helpful.
A little more information... as this large table(table A) is processing I also write records to another table(table b) based on the results of the large tables(table a) records.
aproximately every 400 records I also have to pull some data from another table(table C) based on some parameters aquired from the large (table A).