Error Type:
ADODB.Recordset (0x800A0CB3)
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
/myweb/testcart.asp, line 8
Browser Type:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Page:
GET /myweb/testcart.asp
Time:
12 กรกฎาคม 2551, 2306
More information:
Microsoft Support ErrorCode
Tag : - - - -
Date :
12 ก.ค. 2551 23:23:14
By :
ait1988
View :
1553
Reply :
3
No. 1
Guest
คำสั่งผิดแล้ว ลองดูในบทเรียนน่ะ
Date :
13 ก.ค. 2551 21:22:22
By :
JO
No. 2
Guest
ถึงจะเป็นแบบนี้ก็ Error คับ
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("DB/Laptop.mdb")
Set RS = Server.CreateObject("ADODB.Recordset")
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/myweb/testcart.asp, line 10