Re: [sqlite] disk image malformed

2012-12-06 Thread sqdev sqdev
The several cases of corrupted databases i mentioned all resulted from a newly created database. I do not reuse repaired databases with my application. The corrupted databases came from different computers and different users. 2012/12/6 Simon Slavin > > On 6 Dec 2012, at

Re: [sqlite] disk image malformed

2012-12-06 Thread sqdev sqdev
Please have a look at the post I mentioned: I ran "PRAGMA integrity_check" in the shell tool (SQLite CLI) and got errors, but still, they don't tell me what caused the corruption. 2012/12/6 Simon Slavin <slav...@bigfraud.org> > > On 6 Dec 2012, at 6:38pm, sqdev sqdev <

Re: [sqlite] disk image malformed

2012-12-06 Thread sqdev sqdev
Maybe this post might be of interest here: http://sqlite.1065341.n5.nabble.com/malformed-database-schema-td65610.html I had several corrupted databases the last few days. Unfortunately, I haven't found out the cause yet. 2012/12/6 Durga D > I will run integrity check. >

Re: [sqlite] malformed database schema

2012-12-03 Thread sqdev sqdev
tement which is also relevant, and I do not yet know. 2012/11/19 sqdev sqdev <sqdev...@gmail.com> > Hello, > > I'm using ADO.NET-Provider for SQLite (System.Data.SQLite, Version 1.0.80). > My database is password-protected. The password is passed in the > connectio

[sqlite] malformed database schema

2012-11-19 Thread sqdev sqdev
Hello, I'm using ADO.NET-Provider for SQLite (System.Data.SQLite, Version 1.0.80). My database is password-protected. The password is passed in the connection string. Sporadically, I get the following exception: Exception: The database disk image is malformed malformed database schema (VALUE1)