Re: Get Data

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I believe that the following allows you to specify the delimiters, and
exposes itself via the common IDataReader interface - this makes it
trivial for loading data from csv/tsv formats:

http://www.codeproject.com/cs/database/CsvReader.asp

Marc

.