I have an asp form that submits data to an mdb. The users trying to directly access data in the mdb (not via the web) receive the message that the database is read-only. Usually the data will be accessed via a second mdb on another server (linked tables). While the two users can view the data from the second mdb, they are unable to edit it. To top it all off, every once in awhile a submit to the database from the asp form never reaches the db. Thankfully, the asp provides a printout for the submitter.
I have checked permissions on the shares and the database -"everyone" has full access. Is this a permissions issue on the IIS? Should I move the data to a SQL database?
Any help would be greatly appreciated.
I have checked permissions on the shares and the database -"everyone" has full access. Is this a permissions issue on the IIS? Should I move the data to a SQL database?
Any help would be greatly appreciated.