Re: [sqlite] Error code 14 for the Journal file

2017-12-04 Thread Chris Locke
The 'scary bit' here is the device not functioning. > A device attached to the system is not functioning. Is the database/journal on the same/local PC or on a network? Chris On Mon, Dec 4, 2017 at 4:27 PM, Simon Slavin wrote: > > > On 4 Dec 2017, at 9:31am, Tilak

Re: [sqlite] Error code 14 for the Journal file

2017-12-04 Thread Simon Slavin
On 4 Dec 2017, at 9:31am, Tilak Vijayeta wrote: > PID:02FB0036 TID:06B60006 SQLite error (14): os_win.c:36317: (31) > winOpen(\--\TTDB.db3-journal) - A device attached to the system is not > functioning. You appear to have a hardware or operating system problem

[sqlite] Error code 14 for the Journal file

2017-12-04 Thread Tilak Vijayeta
Greetings, In my application, we are supposed to save a timestamp every 10 seconds. To achieve this, we read data from a table say GlobalStatistics and the update the same GlobalStatistics with a new set of data. This operation happens after every 10 seconds apart from the other tasks that the