[sqlite] SQLite FTS3 Crashed after SQLIte error message "database disk image is malformed"

2010-01-07 Thread subbareddy kuluru
Hi I am using SQLite Fts3 table for indexing the some raw data. I have got a crash when I search for some special string pattern. I have done the following steps before its crashed: 1) PREPARED the statement using sqlite3_prepare 2) BIND the text using sqlite3_bind_text for the string ( search

Re: [sqlite] Error message "database disk image is malformed"

2008-11-18 Thread Griggs, Donald
Regarding: Problem: Exception message: The database disk image is malformed. Ernany, I wasn't sure if you were commenting further on Joanne Pham's database or were you writing because you have a similar problem with a different database. In either case, you both may want to refer to the very, v

Re: [sqlite] Error message "database disk image is malformed"

2008-11-17 Thread Ernany
Hello, Problem: Exception message: The database disk image is malformed. Is it possible recuver my database? I need to copy my tableto other table. With SQLite Expert Personal 1.7.49,I can not see a table. With SQLite Database Browser 1.3 , I can see all tables. Someone help me Thank

[sqlite] Error message "database disk image is malformed"

2008-11-17 Thread Joanne Pham
Hi All, Suddenly on my server whenever I login to the database using the following command: sqlite3 myDB and run the .schema I got the error message return back: "Error: database disk image is malformed" What is this problem and how to fix it. Thanks in advance for your help. Thanks, Joanne