My application sucks in huge text files and puts them into tables in an .mde application. The text files are about 125 mb apeice. I am doing this on a box running at 2.4ghz with 1gb of RAM. It takes about 30 minutes to suck up each monster text file.
I am using DoCmd.TransferText with an importSpec. The file is position-delimited. Is there anyway to speed up the process?
I am using DoCmd.TransferText with an importSpec. The file is position-delimited. Is there anyway to speed up the process?