码迷,mamicode.com
首页 > 数据库 > 详细

连接数据库

时间:2018-12-27 18:43:50      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:value   config   max   list   数据库   key   nbsp   man   web   

Web.config中的写法

<configuration>
<appSettings>
   <add key="DbType" value="1"/>
  <add key="DbConnection" value="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.203)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=cdrtest)));User Id=saipadmin;Password=saipmanager;Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Timeout=60;Connection Lifetime=0;Persist Security Info=true"/>
</appSettings>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

 

string type = System.Configuration.ConfigurationManager.AppSettings["DbType"];   
string connect = System.Configuration.ConfigurationManager.AppSettings["DbConnection"];

连接数据库

标签:value   config   max   list   数据库   key   nbsp   man   web   

原文地址:https://www.cnblogs.com/AbelAngelo/p/10185145.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!