ErikEJ/SqlCeToolbox

A question about working with a journal file

DavidMales opened this issue · 2 comments

I would like to ask you about working with a journal file. We have an application that infrequently stops working and creates a journal file.

Steps to reproduce

Connected to a .db3 file which also have a journal file. When I connect to the .db3 file the journal file disappears, - can you tell me why and if I can reproduce the same programmatically in our app. ?

Further technical details

Toolbox/Power Tools version: 4.8

VS2022 17.4.4
SQLite version
sqlite_version()
3.38.5.1

Many thanks
David

I am using System.data.Sqlite, so it must be a feature of that driver.