I've used this - very easy to use and very fast:
http://www.codeproject.com/cs/database/CsvReader.asp
It seems to be supported (they fixed a bug for me) and has source if you
want to "mess". Performance wise, they quote:
"To give more down to earth numbers, with a 45 MB CSV file containing 145
fields and 50,000 records, the reader was processing about 30 MB/sec. So all
in all, it took 1.5 seconds! The machine specs were P4 3.0 GHz, 1024 MB."
HTH
Steve
"Sara" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello There,
>
> Can anybody help me in reading through large csv files size of about
> 200mb, with 200 columns.
>
> I have tried with streamreader object parsing line by line but its bit
> slow, does anybody have a better solution.
>
> I dont want to landup using 3rd party component.
>
> Regards,
> Saravanan K
>