weird problem! Please Help
Hi,
I have an ASP page which acces to an ACCESS database
It was working perfectly since I change a little bit my database,
I only add new fields and create some new joins between new tables tables. Now when I want to do change to the database from my asp page it tell:
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only
But my connection is NOT readonly it is :
objRS.Open "BoardTable", strConnect, adOpenStatic, adLockOptimistic, adCmdTable
I did'nt change anything to my asp page, only new tables and joins in my database and the fields that I use in my ASP page haven't change to.
Please help me, it was working perfectly and now I don't understand anything
Thanks a lot
Johnjohn
|