摘要:Data Access Application Block
Data Access Application Block可以協助進行存取資料庫的動作,藉此簡化程式存取資料庫的複雜度。
不囉嗦!以下介紹如何透過 Enterprise Library進行存取資料庫的動作
1.點選Web.Config->開啟方式->選擇Enterprise Library Configuration
2.程式碼加入參考
3.使用SqlDatabase類別建立對SQL Server的連線
4.利用類別提供的GetSqlStringCommand方法指定欲執行的SQL
5完成
小小工程師