码迷,mamicode.com
首页 > 移动开发 > 详细

winform中读取App.config中数据连接字符串

时间:2014-07-09 16:47:36      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:winform   style   color   文件   数据   os   

1.首先要在工程引用中导入System.Configuration.dll文件的引用。 
2.通过System.Configuration.ConfigurationManager.ConnectionStrings["connectionstring"].ToString(); 就能得到App.config中的数据库连接字符串

而不能通过ConfigurationSettings.AppSettings["connectionstring"].ToString(); 来读取

winform中读取App.config中数据连接字符串,布布扣,bubuko.com

winform中读取App.config中数据连接字符串

标签:winform   style   color   文件   数据   os   

原文地址:http://www.cnblogs.com/qqhfeng/p/3831991.html

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