-
Ms Access question
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?
-
Make sure the directory that the Access database is contained in on the remote server has write permissions. You may need to get in touch with the server administrator to get them to do this for you.
DJ