数据库中批量插入数据的方法,记录一下。

If using SQL Server, SqlBulkCopy.WriteToServer(DataTable)

Or also with SQL Server, you can write it to a .csv and use BULK INSERT

If using MySQL, you could write it to a .csv and use LOAD DATA INFILE

If using Oracle, you can use the array binding feature of ODP.NET

If SQLite:

上一篇:技术、人才、国际化——三个动因促使华胜天成斥8亿元收购美国GD公司


下一篇:ENode 2.0 - 第一个真实案例剖析-一个简易论坛(Forum)