Hi Guys,

Tools used: C#, MS ACCESS.

I hope most of you have gone through this.

I am using MSaccess for my asp.net application. This application is completely fine on the devlpmt pc. I have copied everything on to the server (production box). All the users can access the application for records navigation / querying etc. here comes the problem when the users use this application some other users cannot write to the database.

I did read about setting the "Readonly=1" when the connection is required for query only so that the database does not get locked.
But I am not aware where to set this.

Any solutions?