[sqlite] Query Regarding Shared Cache

2015-12-23 Thread Zeeshan Hussain
Hi All, We are using SQLite - Shared Cache for this we want to open two connection one from .Net and Another from C++ lib, both running in the same .Net process. Problem: It seems both the connections are using their own cache. even though we have opened them using same URI. Below is the URI

[sqlite] Query Regarding Shared Cache

2015-12-23 Thread Richard Hipp
On 12/22/15, Zeeshan Hussain wrote: > Hi All, > > We are using SQLite - Shared Cache for this we want to open two connection > one from .Net and Another from C++ lib, both running in the same .Net > process. > > Problem: > It seems both the connections are using their own cache. even though we > h