Re: Stand Alone Recordsets



The method of loop in data of recordsets is very expensive for a large
number of rows...

Right. So you should be doing something else or using something else.
I hardly ever use Recordsets for data manipulation for the reasons you
mention.
Recordsets are not exactly a great container.

Your best bet is to take a step back and say up front what problem you are
trying to solve, what constraints there are (has to be a certain version of
Windows, MDAC, Access database etc) and ask for possible solutions to your
problem.

Stephen Howe


.