看板Programming
标 题Re: [问题] ASP.net应用程式中发生伺服器错误
发信站KKCITY (Sun Jun 4 14:49:56 2006)
转信站ptt!ctu-reader!ctu-peer!news.nctu!nctumenews!news.ind.ntou!news.ntu!bb
※ 引述《[email protected] (小雨)》之铭言:
..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
》──┘ ◥ ╲ 免程式技术、硬体成本的选择!!
--
1F:推 rainarale:感谢~单看ASP.NET的书...所以SQL的部份不懂 06/04 15:02
2F:→ rainarale:细节的部份我会详加确实的,谢谢大家热心的帮忙m(_ _)m 06/04 15:04
3F:→ rainarale:结果是连线跟资料表没设好..现在可以执行了~感谢大家 06/04 15:11
4F:→ rainarale:耐心的指导 06/04 15:12
5F:推 PsMonkey:你在这推文,他看得到才奇怪咧 06/04 15:24
6F:推 rainarale:多谢提醒~已寄信给他 06/04 15:36