Question
Problem Writing Large Files
Hi all,
Now that I got the read problem under wraps, I'm trying to write some data from a database to a text file that has fixed width records. I'm looping through and doing appends with CFFile. Around 22MB it bombs out saying I've run out of heap memory. Is there a better way I should be trying to write it, other than using CFFile?
Thank you
Now that I got the read problem under wraps, I'm trying to write some data from a database to a text file that has fixed width records. I'm looping through and doing appends with CFFile. Around 22MB it bombs out saying I've run out of heap memory. Is there a better way I should be trying to write it, other than using CFFile?
Thank you