Tagged Questions
0
votes
0answers
97 views
SQLite DB borked when opened on a different machine
I'm using SQLite to store some data. The primary database is on a NAS (Debian Lenny, 2.6.15, armv4l) since the NAS runs a script which updates the data every day. A typical "select * from tableX" ...