Error Type:
ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/performing/myaccount.asp, line 162
คือว่าผมไม่ทราบว่าจะต้องไปแก้ที่ตรงไหนแล้ว เพราะว่าผมเขียน Code หมด เรียบร้อยแต่พอ Run ออกมา ก็ Error Type 500.100 (ตามข้อความครับ)
รบกวนผู้รู้ด้วยครับ..
ขอขอบคุณ...
Tag : - - - -
Date :
21 ธ.ค. 2549 17:37:43
By :
data24
View :
2074
Reply :
1
No. 1
Guest
เนื่องจากไม่มี Record คือ ตำแหน่ง Record เป็นตำแหน่งสุดท้ายแล้วครับ ให้เขียนดักไว้โดย
IF RS.EOF Then
Response.write("ไม่มีแล้วจ้า")
Else
Response.write("ย้งมีจ้า")
End IF