On Mon, Sep 3, 2012 at 5:43 PM, Tal Tabakman <tal.tabak...@gmail.com> wrote:

> Hi,
> my SQLite based app is writing an database(single thread, no concurrency,
> on top of NFS , network is involved)
> when opening the database for read we get the following error "file is
> encrypted or is not a database" when executing a simple pragma:
> "PRAGMA cache_size=10000;"
> I would like to note that I am using CEROD as a compression library but i
> open the DB appropriatly with the needed "cerod::" prefix...
>
> what could be the reasons for such a strange (and gating) error?
>

The header of the database file has become corrupted.


>
> cheers
> Tal
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to