2020-04-22, 01:08 AM
Ok now we will now attempt the fix the last command was just the test
sqlite3 npvr.db3 .dump > backup.sql
ren npvr.db3 npvr.db3.old
sqlite3 npvr.db3 < backup.sql
Martin
sqlite3 npvr.db3 .dump > backup.sql
ren npvr.db3 npvr.db3.old
sqlite3 npvr.db3 < backup.sql
Martin