连接字符串属性无效

来源:百度知道 编辑:UC知道 时间:2024/05/28 07:58:14
Server Error in Forum Application
An error has occurred while connecting to the database.
Please contact the forum administrator.

Support Error Code:- err_SQLServer_db_connection
File Name:- common.asp

Error details:-
Microsoft OLE DB Provider for SQL Server
连接字符串属性无效

在ASP中连接SQL 2000数据库,出错提示。
;连接代码是:
strSQLServerName = "127.0.0.1"
strSQLDBUserName = "sa"
strSQLDBPassword = ""
strSQLDBName = "webtest"

在论坛应用的服务器错误
An错误生成了,当连接到数据库时。
Please联络论坛管理员。
Support误差编码:- err_SQLServer_db_connection 文件名:- common.asp
检查你的数据库连接代码common关键字.

strSQLServerName = "loaclhost"
试试

很明显连接有问题,账号密码是否正确?sql是否连通?