You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a backend with node adodb and sometimes I need to run 2 queries at the same time in my database, but sometimes I get the following exception:
'Microsoft Access database engine cannot open or write the file 'file_name'. It has already been opened exclusively by another user, or you need permission to view and write the data.
What is the best way to solve this problem? Is there any configuration to allow multiple access to the database at the same time? Note: Within Access, the database is already configured to allow shared mode.
The text was updated successfully, but these errors were encountered:
I built a backend with node adodb and sometimes I need to run 2 queries at the same time in my database, but sometimes I get the following exception:
'Microsoft Access database engine cannot open or write the file 'file_name'. It has already been opened exclusively by another user, or you need permission to view and write the data.
What is the best way to solve this problem? Is there any configuration to allow multiple access to the database at the same time? Note: Within Access, the database is already configured to allow shared mode.
The text was updated successfully, but these errors were encountered: