Re: [問題] ASP.net應用程式中發生伺服器錯誤
※ 引述《rainarale.bbs@ptt.cc (小雨)》之銘言:
..deleted
> 自己補上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>")
> ---------------------------------------------------------------------------
> 真不好意思~麻煩你了
有二個錯誤:
1、value => values
2、value 與「)」之間要有空格 => author) values(
--
┌─────◆KKCITY◆─────┐ ◢ ╱ 想要成立班系社團站台嗎?
│ bbs.kkcity.com.tw │ █▉ ─ KKcity即日起開放BBS站申請囉!
└──《From:125.232.49.204 》──┘ ◥ ╲ 免程式技術、硬體成本的選擇!!
--
推
06/04 15:02, , 1F
06/04 15:02, 1F
→
06/04 15:04, , 2F
06/04 15:04, 2F
→
06/04 15:11, , 3F
06/04 15:11, 3F
→
06/04 15:12, , 4F
06/04 15:12, 4F
推
06/04 15:24, , 5F
06/04 15:24, 5F
推
06/04 15:36, , 6F
06/04 15:36, 6F
討論串 (同標題文章)
Programming 近期熱門文章
PTT數位生活區 即時熱門文章
-4
30