davidsheardown
Programmer
(using ADO 2.5)<br>OK, I have a situation where where are creating an ADO resultset daily (approx 5,000 recs) and saving the resultset to disk.<br><br>At the end of the month, we "concatinate" each days data into one big resultset (i.e: re-reading each day one at a time). The idea was to read a record from the saved ADO file (using ADTG), and then write to our own created ADO resultset.<br><br>This works, but the MEMORY usage is amazing ! It seems to load all rows into memory, before finally writing the new combined resultset !<br><br>DOES ANYONE HAVE ANY SUGGESTIONS ON HOW BEST TO ACHIEVE THE ABOVE ??????