Reading Large Text File thats not delimited
In Chapter 20, you can read a large text file using ADO. I have a large text file 240K records, several 100 characters wide. It is not delimited, I have to read the each record as a line and then break it out via column position. Does the ADO text reading, have any provision for position text files ???
Thank Bob U.
|