码迷,mamicode.com
首页 >  
搜索关键字:connectionstring    ( 274个结果
连接SQL Server执行SQL语句
public static DataTable GetData() { string Connect = ConfigurationManager.AppSettings["ConnectionString"].ToString(); Sql...
分类:数据库   时间:2014-06-05 17:20:30    阅读次数:252
oracle 数据库连接
两种方式:1.IP+SID方式 2.配置链接方式1..IP+SID方式DbHelperOracle.connectionString = string.Format(@"Data Source=(DESCRIPTION = ...
分类:数据库   时间:2014-06-04 18:20:09    阅读次数:343
【转】错误:分析 EntityName 时出错
会发生这种错误的环境:ASP.NET 或 XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:其他好文   时间:2014-05-18 19:18:50    阅读次数:308
MongoDBHelper
public class MongoDbHelper { public static readonly string connectionString = ConfigurationManager.AppSettings["MongoDBConnectionString"]; ...
分类:数据库   时间:2014-05-09 13:06:44    阅读次数:446
274条   上一页 1 ... 26 27 28
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!