Hi,
I am observing unexpected behaviour while creating sqlite databases.
Setup:
I delete all previous user databases from dirRoot external = empty.
Application starts and creates 2 databases, but checks if the names exist,
it uses a numbering system to keep them apart.
The first time it will create a(1).db and a(1).db-journal (and also b(1).db etc..)
On subsequent application runs, it creates a(2).db and b(2).db ..(4)...(5)...etc.
but seems to make NO journals anymore. Since this is a system thing,
it can't be influenced by my code.
(It causes me some headaches in retrieving the database names)
?
thx,
Paul
I am observing unexpected behaviour while creating sqlite databases.
Setup:
I delete all previous user databases from dirRoot external = empty.
Application starts and creates 2 databases, but checks if the names exist,
it uses a numbering system to keep them apart.
The first time it will create a(1).db and a(1).db-journal (and also b(1).db etc..)
On subsequent application runs, it creates a(2).db and b(2).db ..(4)...(5)...etc.
but seems to make NO journals anymore. Since this is a system thing,
it can't be influenced by my code.
(It causes me some headaches in retrieving the database names)
?
thx,
Paul