Hi,
Each time the app creates a database, it also creates a "-journal" file.
When i read stuff about sqlLite, it says that the "-journal" file
is temporary, but even when i close the db and the app properly,
the journal remains.
Does b4a support a native command that deletes this file, or should i dive
into this "PRAGMA...." commands stuff.
I could also delete it programatically, but that is ugly :-(
thx,
paul
Each time the app creates a database, it also creates a "-journal" file.
When i read stuff about sqlLite, it says that the "-journal" file
is temporary, but even when i close the db and the app properly,
the journal remains.
Does b4a support a native command that deletes this file, or should i dive
into this "PRAGMA...." commands stuff.
I could also delete it programatically, but that is ugly :-(
thx,
paul