Improve performance using ADO.NET 2.0 batch update feature
摘要:
Introduction When you use SqlDataAdapter for performing updates, the SqlDataAdapter propagates the updates one by one. That means if there are 100 rows to be updated the SqlDataAdapter will execute 1... 阅读全文
posted @ 2005-12-30 09:28 gwazy 阅读(1003) 评论(0) 推荐(0) 编辑