开发者

SQL Server Compact 3.5: Process/import CSV data

开发者 https://www.devze.com 2023-01-04 08:02 出处:网络
I have a CSV file which I wish to manipulat开发者_如何学Ce using SQL Server Compact (CE) 3.5 How can I bulk insert the data into a temporary table?You can read the csv data into a DataTable and the l

I have a CSV file which I wish to manipulat开发者_如何学Ce using SQL Server Compact (CE) 3.5

How can I bulk insert the data into a temporary table?


You can read the csv data into a DataTable and the load it using http://sqlcebulkcopy.codeplex.com - you could use http://www.csvreader.com/ and avoid loading into a DataTable.

0

精彩评论

暂无评论...
验证码 换一张
取 消