Hi,
I am trying to make modifications to a database that is read-only and have followed all the steps to making this Acces DB a writeable database.
I have gone to my particular directory where the .mdb is, (right click) Properties>Security Tab, and have made sure
that the 'Write' box is clicked on.
Basically, Ive done exactly what most people tell me to do in order to get the correct security settings.
But when I run my .aspx page, I get the error:
"System.Data.OleDb.OleDbException: Operation must use an updateable query."
Can anyone help me out here!!
Is there something else that I may be missing. I've spent hours trying to fix this!!!
thanks so much!
I am trying to make modifications to a database that is read-only and have followed all the steps to making this Acces DB a writeable database.
I have gone to my particular directory where the .mdb is, (right click) Properties>Security Tab, and have made sure
that the 'Write' box is clicked on.
Basically, Ive done exactly what most people tell me to do in order to get the correct security settings.
But when I run my .aspx page, I get the error:
"System.Data.OleDb.OleDbException: Operation must use an updateable query."
Can anyone help me out here!!
Is there something else that I may be missing. I've spent hours trying to fix this!!!
thanks so much!