开发者

SQL Server Compact 3.5: Process/import CSV data

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜