I am importing a large number of large text files (>10,000) into a single table. This part works fine but I am finding that VB is painfully slow (approx 2 hours) for this kind of thing.
What I would like to be able to do is to is to limit the import to the last n records in each file (hopefully speeding up the import process).
Any suggestions?
Thanks to all in advance.
k
What I would like to be able to do is to is to limit the import to the last n records in each file (hopefully speeding up the import process).
Any suggestions?
Thanks to all in advance.
k