ขอความช่วยเหลือค่ะ ไม่สามารถ เพิ่ม Record ใน ฐานข้อมูล Access ได้เลยค่ะ ใช้ ASP นำไป Run ใน PWS Win98 และ IIS4 Win NT ได้ แต่พอไป ใช้ใน IIS5 WinXP แล้วพบปัญหาดังนี้คค่ะ
ใน WinXP นี้ สามารถติดต่อ Database นำมาแสดงผลได้ปกติ แต่ไม่สามารถ Update ได้ค่ะ
Open the oan home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/save_inputcust.asp, line 239
sql="Update informtran set finish_time_stop='"&mtime_stop&"' where mno='"&mno&"' and inno='"&minno&"' and inno_trn='"&minnotran&"'"
Set rs = Server.Createobject("ADODB.Recordset")
rs=conn1.execute(sql)