zhong0082 - 2008-8-5 14:29:00
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) 重新操作
lovefs - 2008-8-5 16:38:00
是你的数据库问题,SQL Server 2005没有连接上,检查下用户名和密码是否正确,还有就是权限的问题
jxspace - 2008-8-5 21:58:00
这主要是因为SQL2005不支持远程连接的原因,解决方法,
womode - 2008-8-5 22:02:00
检查SQL SERVER 2005 是否开启远程连接。