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
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