Lazarevski 0 Newbie Poster

The title is pretty much self-explanatory. I need to create a simple asp.net web app which will read a delimited text file and then update an existing SQL table with the content of the file. The program does not even have to display any results really.. Just to update the table.

Do I need the use of DateTable at all since I don't need the content displayed?

How do I link the StreamReader with the Table Profiles of the Company Database?


Thank you very much!