Re: [sqlite] Main freelist: 1 pages missing from overflow list

2006-04-26 Thread drh
[EMAIL PROTECTED] wrote: > i'm getting this message from PRAGMA integrity_check; > >"*** in database main ***\nMain freelist: 1 pages missing from overflow > list" > > funny thing is, the database seems to function correctly - which is to say 5 > or 6 processes are currently using it with

[sqlite] Main freelist: 1 pages missing from overflow list

2006-04-26 Thread ara . t . howard
i'm getting this message from PRAGMA integrity_check; "*** in database main ***\nMain freelist: 1 pages missing from overflow list" funny thing is, the database seems to function correctly - which is to say 5 or 6 processes are currently using it with no errors. what should i make of this

[sqlite] Sqlite3 Error

2006-04-26 Thread Jay Patel
Hey There, I have just recently started getting this error from SQLite3: Could not load type sqlite3_stmt from assembly xyz, Version=3D0.0.0.0, Cultur e=3Dneutral, PublicKeyToken=3Dnull. When I try to use: db.execQuery("Select * from table;"); Any ideas? -- -Jay Patel

[sqlite] [ANN] DBManager Professional 3.3.0

2006-04-26 Thread COS
DBTools Software is pleased to announce the availability of the new DBManager Professional 3.3.0 Enterprise Edition. This release brings a lot of new features and lots of improvements and bug fixes. See the short list below: - New Visual Interface - New Procedure Builder with support for

RE: [sqlite] Full-text indexing for SQLite

2006-04-26 Thread André Goliath
We had a little talk on that a while ago and Dennis and Jay came up with some nice links and ideas for mx project, to be found here http://www.mail-archive.com/sqlite-users@sqlite.org/msg14503.html I finally went my own way building a small text indexing system based on Denis´ suggestions since