摘要: 我这里有个例子,是整合数据后批次写入数据库的,只连接一次,希望对你有帮助 using (SqlBulkCopy bc = new SqlBulkCopy(conn, SqlBulkCopyOptions.Default, trans)) { bc.DestinationTableName = "Ex 阅读全文
posted @ 2025-09-16 11:03 Janus2003 阅读(16) 评论(0) 推荐(0)
摘要: Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin 阅读全文
posted @ 2025-09-16 11:00 Janus2003 阅读(2) 评论(0) 推荐(0)