Memoryizz

2019年12月17日

C#中海量数据的批量插入和更新

摘要: C#中海量数据的批量插入和更新 对于海量数据的插入和更新,ADO.NET确实不如JDBC做到好,JDBC有统一的模型来进行批操作.使用起来非常方便: PreparedStatement ps = conn.prepareStatement("insert or update arg1,args2.. 阅读全文

posted @ 2019-12-17 17:05 Memoryizz 阅读(2643) 评论(0) 推荐(0)

导航