I'm trying to help build a database driven website.
We have an Access database that we can connect to and read data from, but we get the 'Operation must use an updateable query' error message when we try to write data to the database.
I've been to MSDN support and the folks who have the server tell me that the Internet Guest account has write permission to the folder the database is in. We are also using an DSN-less connection so I don't think that any of the DSN ReadOnly issues are the problem. We are also testing with a single table database so there is no referential integrity issues here.
But we still get the same error!
Does anyone know what could be causing this?!?!
This project will die a quick death if I can't get this straight...
Thanks in advance...
We have an Access database that we can connect to and read data from, but we get the 'Operation must use an updateable query' error message when we try to write data to the database.
I've been to MSDN support and the folks who have the server tell me that the Internet Guest account has write permission to the folder the database is in. We are also using an DSN-less connection so I don't think that any of the DSN ReadOnly issues are the problem. We are also testing with a single table database so there is no referential integrity issues here.
But we still get the same error!
Does anyone know what could be causing this?!?!
This project will die a quick death if I can't get this straight...
Thanks in advance...