Sql数据库
<
appSettings
>
<!-- // 数据库连接 // -->
< add key ="StrConn" value ="Server=127.0.0.1; uid=sa; pwd=sa; DataBase=bbsDB" />
</ appSettings >
<!-- // 数据库连接 // -->
< add key ="StrConn" value ="Server=127.0.0.1; uid=sa; pwd=sa; DataBase=bbsDB" />
</ appSettings >
Access数据库
<
appSettings
>
<!--// 数据库连接 //-->
< add key ="StrConn" value ="Provider=Microsoft.Jet.OleDb.4.0;Data Source=" />
</ appSettings >
<!--// 数据库连接 //-->
< add key ="StrConn" value ="Provider=Microsoft.Jet.OleDb.4.0;Data Source=" />
</ appSettings >
获取
System.Configuration.ConfigurationSettings.AppSettings[
"
StrConn
"
];