G
Guest
I have an Access table with 2 million rows, and have created some code which
updates two fields -- using DAO, With Recordset and Update. After updating
about 500,000 records, I get an Error 3001. If I change the code to use an
SQL UPDATE statement, everything works fine. Is this error caused by some
underlying problem using the WITH statement with large recordsets? I update
records one at a time by looping through the data. Thanks.
updates two fields -- using DAO, With Recordset and Update. After updating
about 500,000 records, I get an Error 3001. If I change the code to use an
SQL UPDATE statement, everything works fine. Is this error caused by some
underlying problem using the WITH statement with large recordsets? I update
records one at a time by looping through the data. Thanks.