> I have the commanline sqlite3.exe in the same folder as the .db and need to
> now manipulate the db to manually remove a corrupt record.

> I tried: .tables to show trables but nothing happens

Don't forget to run sqlite3.exec followed by the name of your database
file. Otherwise you will be working on an empty database and won't be
able to modify your tables.

Alex.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to