public static DataTable GetData() { string Connect
= ConfigurationManager.AppSettings["ConnectionString"].ToString(); Sql...
分类:
数据库 时间:
2014-06-05 17:20:30
阅读次数:
252
两种方式:1.IP+SID方式
2.配置链接方式1..IP+SID方式DbHelperOracle.connectionString = string.Format(@"Data
Source=(DESCRIPTION = ...
分类:
数据库 时间:
2014-06-04 18:20:09
阅读次数:
343
会发生这种错误的环境:ASP.NET 或
XML情况:一个原本运行正常的C#页面,因为SQL的密码更改后一直出现“分析 EntityName 时出错”错误,验证过web.config的SQL
ConnectionString的密码是更改后的。在百思不得其解中,发现VisualStudio(2008)...
分类:
其他好文 时间:
2014-05-18 19:18:50
阅读次数:
308
public class MongoDbHelper { public static
readonly string connectionString =
ConfigurationManager.AppSettings["MongoDBConnectionString"]; ...
分类:
数据库 时间:
2014-05-09 13:06:44
阅读次数:
446