I'm in process of writing an asp.net app that allows the users to upload a csv file to the server. After the file is uploaded, I need to take the data from the csv file and insert it into a sql server table. I've got the upload part working, but what's the best way to insert the data into the table?
mwa
<><
mwa
<><