12 2005 档案

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 阅读(1016) 评论(0) 推荐(0)

asp2.0 中不安装sqlexpress 的解决办法
摘要:\Windows\Microsoft.NET\Framework\[.Net Framework]\iisreg_Sql.exe 设置aspnetdb 的数据存放数据库 然后在 web.config 中设置 注意那个 更详细的可以在这看看 http://aspalliance.com/739 阅读全文

posted @ 2005-12-07 11:42 gwazy 阅读(711) 评论(0) 推荐(0)

导航