SQLite Forum

Database anomaly
Login
I replaced backslash with forward slash i.e. changed d:\\sqlite32\\db\\ajay.db to d:/sqlite32/db/ajay.db: that made no difference i.e. the code runs successfully and ajay.db��0 appears in the same location as ajay.db.

- The CLI fails to open ajay.db��0. I renamed it to ajay2.db and the CLI can open ajay2.db.
- With the CLI, I can see the changes in ajay2.db 
- However, ajay.db��0 aka ajay2.db appears to be a NEW database since the other content in ajay.db aren't in ajay.db��0 aka ajay2.db.

I am investigating further ...