<%
id = Request.Form("id")
name = Request.Form("name")
note = Request.Form("note")
Set conn=Server.CreateObject("ADODB.Connection")
Conn.Provider="Microsoft.Jet.OLEDB.4.0"
Conn.Open Server.MapPath("newsCMS.mdb")
sql4 = "Insert Into Comment (NewsID,CommentName,CommentNote) Values ("&CInt(id)&",'"&name&"','"¬e&"')"
conn.Execute(sql4)
%>
Recieve Your Comment<a href ="news.asp?id=<%=id%>">Click Here</a>
To Return to Last Page
ที่เป็นตัวหนานั้นคือบรรทัดที่ 16 น่ะครับ
จริงๆแล้ว พอกรอกข้อความที่ไฟล์ html แล้วกด submit มันก็ต้องรันไฟล์ ASP แล้วส่งข้อมูลไปใส่ในดาต้าเบสใช่ป่าวครับ แต่เมื่อTestแล้วBrowserของผมมันขึ้นว่ายังงี้ครับ
Error Type:
Microsoft JET Database Engine (0x80004005)
Operation must use an updateable query.
/gamemania/comment.asp, line 16