Concurrent access in read mode
description
Greetings,
I've a problem, I use dbreeze in my vsto application, and sometimes it can be possible to launch two instances of my application that use the same resources. It does not occur often but it's possible. First application will access dbreeze folder as expected but the second one will fail with an exception _"The process cannot access the file FOLDER\_DBreezeSchema' because it is being used by another process."_ . I would like to know if it's possible to access a database in some kind of read mode if it's already used by another instance? Thanks.