<%@LANGUAGE="VBSCRIPT" CODEPAGE="874"%>
<!--#include file="conn.asp"-->
<%
if session("admin") ="" then
response.Write("<script>alert('หน้านี้สำหรับ Admin เท่านั้น');window.location='../index.asp';</script>")
response.End()
end if 'เอา code นี้ไปไว้หน้าที่ต้องการจำกัดเฉพาะสมาชิกเท่านั้น
randomize
hb_id = request("hb_id")
if hb_id = "" then
response.Redirect("hb_Show.asp")
end if
sql = "Select* from herb where hb_id =" &hb_id
set rs = server.CreateObject("ADODB.Recordset")
rs.open sql,connect
%>
ใน edit form มัน error ตรงนี้ค่ะ --> sql = "Select* from herb where hb_id =" &hb_id
เช็คหลายรอบแล้วค่ะ ... ช่วยหน่อยนะคะ
Tag : - - - -
Date :
24 ก.พ. 2550 21:21:55
By :
Lapis
View :
2004
Reply :
8
No. 1
Guest
sql ="Select * From herb where hb_id=' "+hb_id+" ' "
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/Web/Herb/hb_editForm.asp, line 14, column 39
sql = "Select* from herb where hb_id ="&hb_id
------------------------------------------------------------^
Error Type:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/Web/Herb/hb_editForm.asp, line 14, column 39
sql = "Select* from herb where hb_id ="&hb_id
--------------------------------------^
ตำแหน่งนี้ค่ะ
Date :
27 ก.พ. 2550 00:07:19
By :
Lapis
No. 6
Guest
sql = "Select* from herb where hb_id ='"&hb_id&"'"
หรือ
sql = "Select* from herb where hb_id = ' &hb_id&'"
ก็อาจจะแก้ได้นะครับ ลองดู
Date :
27 ก.พ. 2550 00:38:31
By :
นักเดินทาง
No. 7
Guest
การแก้ไขในเรื่องพวกนี้ขอให้คุณแก้ไขเป็น step ตามนี้นะครับ มือใหม่..ต้องใจเย็นๆ ครับ
1. response.write sql ออกมาอ่านดูว่า syntax ถูกต้อง --- ถ้าเป็น autonumber ก็ .... where hb_id=' &hb น่ะถูกแล้ว
ดูว่า write sql ออกมาแล้ว ดูว่าถูกต้องครบถ้วนรึเปล่า ค่าที่ส่งมา น่ะ ส่งมาไหม??
2. ไปเช็ค เจ้า field hb_id น่ะมีจริงไหม
3. select * from herb ... ไม่ where ผ่านไหม
4. select * from herb where hb_id=1 .... ใส่เลขไปตรงๆ โต้งๆ เลย ผ่านไหม..
ลองดูนะ
Date :
27 ก.พ. 2550 10:04:20
By :
asp อ่อนหัด (กลับมาอีกครั้ง)
No. 8
Guest
คุณ นักเดินทาง คะ
พอใส่แบบนั้นแล้วมัน error ตรง line --> rs.open sql,connect
คุณ asp อ่อนหัด คะ
2. field hb_id มีจริงค่ะ
3. เอา where ออกผ่านคะ แต่เวลา save .. ทุก id มันแก้หมดเลย
ขอบคุณทุกๆ คนนะคะที่พยายามช่วย
ตอนนี้เลยต้องใช้วิธี แก้ใน DB แล้ว upload ... เฮ่ออออ