i have never imported anything from a .csv file before
i have an app that downloads a .csv file from a website and saves it locally (could probably even skip this step and just read it from the website)
it then needs to read the .csv file and insert the data from the .csv file into a mysql database.
i know how to insert into mysql, i just dont know how to read from the .csv file
does anyone have any examples of this? i searched google for awhile but couldnt really find anything that i grasped or worked for me.
using .net 3.5 vb2k8