As a newbie to recordsets, unsure of what I was doing, I have been using only Update, not UpdateBatch. Typically I would read in a textfile line by line, adding each line as a new record to the recordset and then, when all the records were added, I would call recSet.Update.
As far I can see, then, recSet.Update has been updating entire batches for me. I never used updateBatch and therefore I don't see the need for it.
So what's the difference?
Also, is there a performance advantage to calling UpdateBatch?
As far I can see, then, recSet.Update has been updating entire batches for me. I never used updateBatch and therefore I don't see the need for it.
So what's the difference?
Also, is there a performance advantage to calling UpdateBatch?