Re: [問題] ASP.net應用程式中發生伺服器錯誤

看板Programming作者 (小雨)時間18年前 (2006/06/04 12:06), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串7/8 (看更多)
※ 引述《leicheong (睡魔)》之銘言: : ※ 引述《leicheong.bbs@bbs.sayya.org (理昌)》之銘言: : : "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)
文章代碼(AID): #14WbnBfo (Programming)
討論串 (同標題文章)
文章代碼(AID): #14WbnBfo (Programming)