I am trying to figure out an eazy way to load CSV file into SQLite DB using System.Data.SQLite
I saw commandline way to do that i.e .Import mydata.csv mytable<
.Import mydata.csv mytable<
You could use the file helpers library if you want also.And well use the ado.net functionality too.