#12002/10/26 14:11:38
在Dreamweaver MX 中用aspx与sql服务器连接时,使用Windows NT 集成安全设置登陆,经测试连接成功.以下为连接字符串
Provider=SQLOLEDB.1;
Integrated Security=SSPI;
Persist Security Info=False;
Initial Catalog=Northwind;
Data Source=SMALL (本地sql服务器名)
在测试时却出现以下出错信息"[DBNETLIB][ConnectionOpen(Connect()).]SQL Server不存在或拒绝访问"
请问是何故?望指教,谢谢!!!!