Re: [sqlite] "Table Not Found" when multiple reader processes written in C++ accessing the same DB file in Ubuntu

2019-04-22 Thread Simon Slavin
On 22 Apr 2019, at 3:19pm, Polly Tang wrote: > I have an urgent issue with multiple reader processes in C++ accessing the > same DB file in Ubuntu and all reader experience "Table Not Found". /All/ say "Table Not Found" ? Including if you open just one reader process ? Are you sure your proc

[sqlite] "Table Not Found" when multiple reader processes written in C++ accessing the same DB file in Ubuntu

2019-04-22 Thread Polly Tang
Hi : I have an urgent issue with multiple reader processes in C++ accessing the same DB file in Ubuntu and all reader experience "Table Not Found". Do I need special configuration in Sqlite3 to make it accessible by different processes ? This is a DB file created and stored inside a file direct