User1385832786 posted
Hi, I am developing an web service that is connected with MS Access 97 database using Microsoft Jet 4.0 OLEDB and update and insert some data in the database inside transaction statement. On the other hand, I have an MS Access 97 multi-user application that
is accessing to the same database. The problem comes when the web service is updating or inserting some row in a table of the database and in the other application, any user update or insert some row (not the same exactly). The application shows the error
message 'The table is locked by user XXXX on the machine XXXX'. The error number is 3260. If I remove the transaction statement, there is no problem. It seems that I use transactions, it locks entire table. I hope you help me. Thanks.