android - how to create correct -journal file after editing sqlite database -


i have .db file , want edit using sqlite editor or other applications ready editing databases.... inserting new row in tables successful , there no problem, ....but after inserting, -journal file attached databases removed.... know -journal roll database... don't know how should edit database creating -journal file correctly?!!...

also inserting new row in tables in .db file cannot successful , after exiting application removed... it's problem -journal file or not??...thanks!

the -journal file automatically handled database. don't need care it.

it might deleted or not depending on some connection setting, merely optimization.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -