| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1086 人关注过本帖
标题:[求助]连接数据库出错。
只看楼主 加入收藏
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
 问题点数:0 回复次数:21 
[求助]连接数据库出错。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Source Error:

Line 67:           SqlConnection sqlConn = new SqlConnection("User ID=sa; Password=data; Initial Catalog=testdb; Data Source=10.61.90.24;");
Line 68:           sqlConn.Open();
搜索更多相关主题的帖子: 数据库 
2006-05-18 15:49
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
得分:0 
没有显示完整的,应该是:

User ID=sa; Password=data; Initial Catalog=testdb; Data Source=10.61.90.24;
2006-05-18 15:50
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
得分:0 
谁来帮帮我啊!
2006-05-18 18:50
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
server=10.61.90.24;uid=用户名;pwd=密码;database=数据库名字
我经常用这种

中国人的财富网:http://www..cn/
2006-05-18 19:13
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
得分:0 
也按你说的格式试过了,还是不行,但是在ASP环境下连接数据库是正常的,郁闷ing....
2006-05-18 19:43
caiyakang
Rank: 2
等 级:新手上路
威 望:5
帖 子:2111
专家分:0
注 册:2005-3-24
收藏
得分:0 
那应该是其他地方的错了~

中国人的财富网:http://www..cn/
2006-05-18 23:01
小笨笨
Rank: 5Rank: 5
等 级:贵宾
威 望:19
帖 子:1169
专家分:0
注 册:2006-4-17
收藏
得分:0 

data source=10.61.90.24;initial catalog=testdb;persist security info=False;user id=sa;pwd=data;


欢迎光临我的博客: http://smallfools.blog./default.html
2006-05-19 08:33
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
得分:0 
还是不行,一样的错误,这咋就这么难整啊。
2006-05-19 08:50
hanpiaoyao
Rank: 1
等 级:新手上路
帖 子:56
专家分:0
注 册:2006-4-26
收藏
得分:0 

你看sql中在登陆名sa 下默认数据库是你要的数据库不
有可能要你再重新设置下呢,我的就是这个错误,耽误我好多事情呢

2006-05-19 10:00
cityair
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2006-4-27
收藏
得分:0 
按楼上的说法试了,也不行,我又详细阅读了visual web developer 2005对于connectstring的说明,将链接字符串改成了data source=10.61.90.24;initial catalog=deptplatdb;persist security info=False;user id=sa;pwd=data;Type System Version=SQL Server 2000;(我使用的是2000数据库)还是不行。
我在SQL Server的事件探查器里进行跟踪,发现根本就没有连接数据库,但是使用SQL SERVER的客户端连接是没有问题,也看不出我设置的连接字符串哪里有问题,真的是晕了。
2006-05-19 12:39
快速回复:[求助]连接数据库出错。
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023250 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved