Re: [sqlite] journal: file is encrypted or is not a database

2005-01-26 Thread Alexandre Silva
Ooops ... Actually the problem was caused by my test program, that remove de the database file in some cirunstances and left the journal file alone, so, when the new database is created there is a journal from a previous database and a clean database file ... It's all working fine now.

[sqlite] journal: file is encrypted or is not a database

2005-01-24 Thread Alexandre Silva
Hi, I'm new as a SqLite user, despite a read a lot about it. I downloaded SqLite 3.0.8 tarball sources and compiled it on MinGW following the instructions below (I found this instructions googling ...). It compiled and seems to work well with a Windows console test application I made. But