Import/Export CSV from SQLite from C# code

前端 未结 2 425
Happy的楠姐
Happy的楠姐 2021-01-05 13:01

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<

2条回答
  •  心在旅途
    2021-01-05 13:11

    You could use the file helpers library if you want also.And well use the ado.net functionality too.

提交回复
热议问题