C#企业库自定义连接字符串.

微软企业库 默认创建的Database方法 .提供的配置连接等.webform是在web.config里面.

winform是在app.config里面..但是 在windows是服务中.用不了配置文件.或着在一定条件下想自定义 连接字符串..

方法:

  using Microsoft.Practices.EnterpriseLibrary.Data.Sql;

  SqlDatabase _database =new SqlDatabase("Connectionstring")    //new SqlDatabase("server=VSVT-DEV02 ;database=VSVT ;uid=sa ;pwd=aa ;");
  return _database;

posted @ 2010-04-13 13:14  eastday  阅读(1234)  评论(0编辑  收藏  举报