Becks25Not
Programmer
I have to create a program that reads in text files and writes the text file back out overwriting certain fields based on various rules. The text file could have up to 4 million records. Because I have quite a bit of manipulation to do with them, I have coded it so far to load part of the file into a recordset, manipulate it, then write it out to a text file, delete what's been done from the recordset and then load more of the text file in.
My problem is write the recordset to the text file. Currently, I am concatenating all the fields together as a single string, writing that record out then moving next, is there any other way? or a better way of handling the file?
Thanks!!
My problem is write the recordset to the text file. Currently, I am concatenating all the fields together as a single string, writing that record out then moving next, is there any other way? or a better way of handling the file?
Thanks!!