Hello,
My C# application using Sqlite DB to store data.
As I know this db allows multiple read at the same time, but only one write at a time.
I want to run multiple instances of the same app and each one will read from the same db file.
and here is the error that I get:
error happens when one of the app instances trying to open connection while other app reading from db...
Help please! :concern:
My C# application using Sqlite DB to store data.
As I know this db allows multiple read at the same time, but only one write at a time.
I want to run multiple instances of the same app and each one will read from the same db file.
and here is the error that I get:
There is a file sharing violation a different process might be using the file
error happens when one of the app instances trying to open connection while other app reading from db...
Help please! :concern: