Click to See Complete Forum and Search --> : Microsoft JET Database Engine error '80040e09'


thilakkumarmca
07-17-2008, 02:03 PM
I got following errors message when i am inserting records.

Microsoft JET Database Engine error '80040e09'

Cannot update. Database or object is read-only.

My code is:

if len(a) > 1 and len(b) > 1 and len(c) > 1 then

objRS.AddNew
objrs("name") = a
objrs("email") = b
objrs("comments") = c
objrs("date") = d
objrs("id") = m
objrs("ipaddress")=e
objrs("phone")=ph
objRS.Update

end if

please help me
Thanks in advance

chazzy
07-20-2008, 10:55 AM
first check to see if the table or database itself is in read only mode.