作者rainarale (小雨)
看板Programming
标题Re: [问题] ASP.net应用程式中发生伺服器错误
时间Sun Jun 4 12:35:37 2006
※ 引述《leicheong (睡魔)》之铭言:
: ※ 引述《[email protected] (理昌)》之铭言:
: : "server="一项如果是localhost, 请用"(local)"代替"mySQLServer", 否则
: : 请指定伺服器名称或IP.
: 不行吗?
: 请检查SQL Server中有没有这username和password. 留意这样的登入方式
: 是不可以使用Windows/Domain帐号登入的, 必须是SQL Server的帐号.
嗯~test资料库的使用者,除了dbo,另一个就是rain
在新增连接的时候,登入id、password时都没错,也顺利连线
但不知为啥~执行的结果仍是「rain的登入失败」
看了ConnectionString,少了password的部份
自己补上password,执行後的结果变成
---------------------------------------------------------------------------
例外详细资讯:
System.Data.SqlClient.SqlException: 行 1: 'value' 附近的语法不正确。
原始程式错误:
行 62:
SqlCommand1.CommandText = "insert into test(class,test_time,title,
summary,article,author)value('" & class_text & "',getdate(),'" & txt1.Text &
"','" & txt2.Text & "','" & txt3.Text & "','" & txt4.Text & "')"
行 63:
行 64:
SqlCommand1.ExecuteNonQuery()
行 65:
行 66:
Response.Write("SQL指令---" & SqlCommand1.CommandText & "<hr>")
---------------------------------------------------------------------------
真不好意思~麻烦你了
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.73.237.109
※ 编辑: rainarale 来自: 203.73.237.109 (06/04 12:36)