On 28 Jun 2011, at 4:22pm, Adam DeVita wrote:

> I can see the data that I want to export.   How do I fix these indexes?

Use the sqlite3 command-line shell to dump the database to SQL commands, then 
create a new database by reading it back in.

While the data is in the SQL command file, you can take a look and make sure 
those records are present.

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

Reply via email to