User-1297253365 posted
Hello, We have created an ASP application with MS Access as back end. We have implemented this web application on our server machine and accessed the same from on my local machine.
Our application works fine when only one user accesses it (All insert, update works fine). But when multiple users connect to this application and try to update the database, then application get crashed. As per our
knowledge, this is happening because of access database get locked, when one user open it in exclusive mode. Can you please suggest any work around for the same?
Please provide your valuable help.